Color Hex Logo

#5fb3cc Color Hex

#5FB3CC
(95,179,204)
0 Favorites   0 Comments

Color spaces of #5fb3cc

RGB 95179204
HSL0.540.520.59
HSV194°53°80°
CMYK 0.530.120.00   0.20
XYZ31.738539.032762.9880
Yxy39.03270.23730.2918
Hunter Lab62.4762-18.6535-16.0424
CIE-Lab68.7749-18.5239-20.4827

#5fb3cc color RGB value is (95,179,204).

#5fb3cc hex color red value is 95, green value is 179 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5fb3cc hue: 0.54 , saturation: 0.52 and the lightness value of 5fb3cc is 0.59.

The process color (four color CMYK) of #5fb3cc color hex is 0.53, 0.12, 0.00, 0.20. Web safe color of #5fb3cc is #66cccc. Color #5fb3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110011 11001100
Octal 137 263 314
Decimal 95 179 204
Hex 5F B3 CC

RGB Percentages of Color #5fb3cc

%19.87
%37.45
%42.68

CMYK Percentages of Color #5fb3cc

%53
%12
%0
%20

Triadic Colors of #5fb3cc

#5fb3cc #cc5fb3 #b3cc5f

Analogous Colors of #5fb3cc

#5fb3cc #5f7dcc #5fccaf

Monochromatic Colors of #5fb3cc

#5fb3cc

Complementary Color

#5fb3cc #cc785f

#5fb3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb3cc Color CSS Codes

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

#5fb3cc Text Font Color

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

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


#5fb3cc Background Color

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

This div background color is #5fb3cc


#5fb3cc Border Color

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

This div border color is #5fb3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb3cc


Comments

No comments written yet.

Please login to write comment.