Color Hex Logo

#5fccef Color Hex

#5FCCEF
(95,204,239)
0 Favorites   0 Comments

Color spaces of #5fccef

RGB 95204239
HSL0.540.820.65
HSV195°60°94°
CMYK 0.600.150.00   0.06
XYZ41.892251.850689.4616
Yxy51.85060.22870.2830
Hunter Lab72.0074-22.1658-23.2565
CIE-Lab77.1914-21.1752-26.6472

#5fccef color RGB value is (95,204,239).

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

The process color (four color CMYK) of #5fccef color hex is 0.60, 0.15, 0.00, 0.06. Web safe color of #5fccef is #66ccff. Color #5fccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11101111
Octal 137 314 357
Decimal 95 204 239
Hex 5F CC EF

RGB Percentages of Color #5fccef

%17.66
%37.92
%44.42

CMYK Percentages of Color #5fccef

%60
%15
%0
%6

Triadic Colors of #5fccef

#5fccef #ef5fcc #ccef5f

Analogous Colors of #5fccef

#5fccef #5f84ef #5fefca

Monochromatic Colors of #5fccef

#5fccef

Complementary Color

#5fccef #ef825f

#5fccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccef Color CSS Codes

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

#5fccef Text Font Color

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

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


#5fccef Background Color

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

This div background color is #5fccef


#5fccef Border Color

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

This div border color is #5fccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccef


Comments

No comments written yet.

Please login to write comment.