Color Hex Logo

#5fafcb Color Hex

#5FAFCB
(95,175,203)
0 Favorites   0 Comments

Color spaces of #5fafcb

RGB 95175203
HSL0.540.510.58
HSV196°53°80°
CMYK 0.530.140.00   0.20
XYZ30.828837.404662.0949
Yxy37.40460.23650.2870
Hunter Lab61.1593-17.0516-17.3855
CIE-Lab67.5795-16.7174-21.7525

#5fafcb color RGB value is (95,175,203).

#5fafcb hex color red value is 95, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5fafcb hue: 0.54 , saturation: 0.51 and the lightness value of 5fafcb is 0.58.

The process color (four color CMYK) of #5fafcb color hex is 0.53, 0.14, 0.00, 0.20. Web safe color of #5fafcb is #6699cc. Color #5fafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 11001011
Octal 137 257 313
Decimal 95 175 203
Hex 5F AF CB

RGB Percentages of Color #5fafcb

%20.08
%37.00
%42.92

CMYK Percentages of Color #5fafcb

%53
%14
%0
%20

Triadic Colors of #5fafcb

#5fafcb #cb5faf #afcb5f

Analogous Colors of #5fafcb

#5fafcb #5f79cb #5fcbb1

Monochromatic Colors of #5fafcb

#5fafcb

Complementary Color

#5fafcb #cb7b5f

#5fafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fafcb Color CSS Codes

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

#5fafcb Text Font Color

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

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


#5fafcb Background Color

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

This div background color is #5fafcb


#5fafcb Border Color

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

This div border color is #5fafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fafcb


Comments

No comments written yet.

Please login to write comment.