Color Hex Logo

#5fccce Color Hex

#5FCCCE
(95,204,206)
0 Favorites   0 Comments

Color spaces of #5fccce

RGB 95204206
HSL0.500.530.59
HSV181°54°81°
CMYK 0.540.010.00   0.19
XYZ37.452850.074966.0840
Yxy50.07490.24380.3260
Hunter Lab70.7636-29.3623-5.8346
CIE-Lab76.1152-30.4825-10.5139

#5fccce color RGB value is (95,204,206).

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

The process color (four color CMYK) of #5fccce color hex is 0.54, 0.01, 0.00, 0.19. Web safe color of #5fccce is #66cccc. Color #5fccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11001110
Octal 137 314 316
Decimal 95 204 206
Hex 5F CC CE

RGB Percentages of Color #5fccce

%18.81
%40.40
%40.79

CMYK Percentages of Color #5fccce

%54
%1
%0
%19

Triadic Colors of #5fccce

#5fccce #ce5fcc #ccce5f

Analogous Colors of #5fccce

#5fccce #5f95ce #5fce99

Monochromatic Colors of #5fccce

#5fccce

Complementary Color

#5fccce #ce615f

#5fccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccce Color CSS Codes

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

#5fccce Text Font Color

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

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


#5fccce Background Color

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

This div background color is #5fccce


#5fccce Border Color

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

This div border color is #5fccce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,204,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 #5fccce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccce


Comments

No comments written yet.

Please login to write comment.