Color Hex Logo

#5f90ce Color Hex

#5F90CE
(95,144,206)
0 Favorites   0 Comments

Color spaces of #5f90ce

RGB 95144206
HSL0.590.530.59
HSV214°54°81°
CMYK 0.540.300.00   0.19
XYZ25.833226.835662.2108
Yxy26.83560.22490.2336
Hunter Lab51.8031-1.6409-34.9397
CIE-Lab58.82181.3714-36.9550

#5f90ce color RGB value is (95,144,206).

#5f90ce hex color red value is 95, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5f90ce hue: 0.59 , saturation: 0.53 and the lightness value of 5f90ce is 0.59.

The process color (four color CMYK) of #5f90ce color hex is 0.54, 0.30, 0.00, 0.19. Web safe color of #5f90ce is #6699cc. Color #5f90ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10010000 11001110
Octal 137 220 316
Decimal 95 144 206
Hex 5F 90 CE

RGB Percentages of Color #5f90ce

%21.35
%32.36
%46.29

CMYK Percentages of Color #5f90ce

%54
%30
%0
%19

Triadic Colors of #5f90ce

#5f90ce #ce5f90 #90ce5f

Analogous Colors of #5f90ce

#5f90ce #665fce #5fc8ce

Monochromatic Colors of #5f90ce

#5f90ce

Complementary Color

#5f90ce #ce9d5f

#5f90ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f90ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f90ce Color CSS Codes

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

#5f90ce Text Font Color

<p style="color:#5f90ce">Text here</p>

This sample text font color is #5f90ce
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.


#5f90ce Background Color

<div style="background-color:#5f90ce">
Div content here</div>

This div background color is #5f90ce


#5f90ce Border Color

<div style="border:3px solid #5f90ce">
Div here</div>

This div border color is #5f90ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,144,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f90ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f90ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5f90ce;
  box-shadow:         1px 1px 3px 2px #5f90ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,144,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f90ce


Comments

No comments written yet.

Please login to write comment.