Color Hex Logo

#5fc6dc Color Hex

#5FC6DC
(95,198,220)
0 Favorites   0 Comments

Color spaces of #5fc6dc

RGB 95198220
HSL0.530.640.62
HSV191°57°86°
CMYK 0.570.100.00   0.14
XYZ37.831747.988474.9789
Yxy47.98840.23530.2984
Hunter Lab69.2737-23.7466-15.6814
CIE-Lab74.8176-23.6574-20.0310

#5fc6dc color RGB value is (95,198,220).

#5fc6dc hex color red value is 95, green value is 198 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5fc6dc hue: 0.53 , saturation: 0.64 and the lightness value of 5fc6dc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000110 11011100
Octal 137 306 334
Decimal 95 198 220
Hex 5F C6 DC

RGB Percentages of Color #5fc6dc

%18.52
%38.60
%42.88

CMYK Percentages of Color #5fc6dc

%57
%10
%0
%14

Triadic Colors of #5fc6dc

#5fc6dc #dc5fc6 #c6dc5f

Analogous Colors of #5fc6dc

#5fc6dc #5f88dc #5fdcb4

Monochromatic Colors of #5fc6dc

#5fc6dc

Complementary Color

#5fc6dc #dc755f

#5fc6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc6dc Color CSS Codes

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

#5fc6dc Text Font Color

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

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


#5fc6dc Background Color

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

This div background color is #5fc6dc


#5fc6dc Border Color

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

This div border color is #5fc6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc6dc


Comments

No comments written yet.

Please login to write comment.