Color Hex Logo

#368dfd Color Hex

#368DFD
(54,141,253)
0 Favorites   0 Comments

Color spaces of #368dfd

RGB 54141253
HSL0.590.980.60
HSV214°79°99°
CMYK 0.790.440.00   0.01
XYZ28.775826.925996.6091
Yxy26.92590.18890.1768
Hunter Lab51.89028.1797-74.0630
CIE-Lab58.905712.8681-63.0357

#368dfd color RGB value is (54,141,253).

#368dfd hex color red value is 54, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #368dfd hue: 0.59 , saturation: 0.98 and the lightness value of 368dfd is 0.60.

The process color (four color CMYK) of #368dfd color hex is 0.79, 0.44, 0.00, 0.01. Web safe color of #368dfd is #3399ff. Color #368dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001101 11111101
Octal 66 215 375
Decimal 54 141 253
Hex 36 8D FD

RGB Percentages of Color #368dfd

%12.05
%31.47
%56.47

CMYK Percentages of Color #368dfd

%79
%44
%0
%1

Triadic Colors of #368dfd

#368dfd #fd368d #8dfd36

Analogous Colors of #368dfd

#368dfd #4336fd #36f1fd

Monochromatic Colors of #368dfd

#368dfd

Complementary Color

#368dfd #fda636

#368dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#368dfd Color CSS Codes

.mybgcolor {background-color:#368dfd; } 
.myforecolor {color:#368dfd; }
.mybordercolor {border:3px solid #368dfd; }

#368dfd Text Font Color

<p style="color:#368dfd">Text here</p>

This sample text font color is #368dfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#368dfd Background Color

<div style="background-color:#368dfd">
Div content here</div>

This div background color is #368dfd


#368dfd Border Color

<div style="border:3px solid #368dfd">
Div here</div>

This div border color is #368dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,141,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #368dfd;
  box-shadow:         1px 1px 3px 2px #368dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,141,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #368dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #368dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #368dfd;
  box-shadow:         1px 1px 3px 2px #368dfd;">
Div content here</div>

This div box has shadow with color #368dfd


Comments

No comments written yet.

Please login to write comment.