Color Hex Logo

#5fc9db Color Hex

#5FC9DB
(95,201,219)
0 Favorites   0 Comments

Color spaces of #5fc9db

RGB 95201219
HSL0.520.630.62
HSV189°57°86°
CMYK 0.570.080.00   0.14
XYZ38.392149.320774.5142
Yxy49.32070.23670.3040
Hunter Lab70.2287-25.3192-13.7479
CIE-Lab75.6504-25.4399-18.2296

#5fc9db color RGB value is (95,201,219).

#5fc9db hex color red value is 95, green value is 201 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5fc9db hue: 0.52 , saturation: 0.63 and the lightness value of 5fc9db is 0.62.

The process color (four color CMYK) of #5fc9db color hex is 0.57, 0.08, 0.00, 0.14. Web safe color of #5fc9db is #66cccc. Color #5fc9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001001 11011011
Octal 137 311 333
Decimal 95 201 219
Hex 5F C9 DB

RGB Percentages of Color #5fc9db

%18.45
%39.03
%42.52

CMYK Percentages of Color #5fc9db

%57
%8
%0
%14

Triadic Colors of #5fc9db

#5fc9db #db5fc9 #c9db5f

Analogous Colors of #5fc9db

#5fc9db #5f8bdb #5fdbaf

Monochromatic Colors of #5fc9db

#5fc9db

Complementary Color

#5fc9db #db715f

#5fc9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc9db Color CSS Codes

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

#5fc9db Text Font Color

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

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


#5fc9db Background Color

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

This div background color is #5fc9db


#5fc9db Border Color

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

This div border color is #5fc9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc9db

#5fc9db Color Palettes


Comments

No comments written yet.

Please login to write comment.