Color Hex Logo

#5fccec Color Hex

#5FCCEC
(95,204,236)
0 Favorites   0 Comments

Color spaces of #5fccec

RGB 95204236
HSL0.540.790.65
HSV194°60°93°
CMYK 0.600.140.00   0.07
XYZ41.452551.674887.1463
Yxy51.67480.22990.2866
Hunter Lab71.8852-22.8673-21.5575
CIE-Lab77.0860-22.0567-25.1988

#5fccec color RGB value is (95,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11101100
Octal 137 314 354
Decimal 95 204 236
Hex 5F CC EC

RGB Percentages of Color #5fccec

%17.76
%38.13
%44.11

CMYK Percentages of Color #5fccec

%60
%14
%0
%7

Triadic Colors of #5fccec

#5fccec #ec5fcc #ccec5f

Analogous Colors of #5fccec

#5fccec #5f86ec #5fecc6

Monochromatic Colors of #5fccec

#5fccec

Complementary Color

#5fccec #ec7f5f

#5fccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccec Color CSS Codes

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

#5fccec Text Font Color

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

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


#5fccec Background Color

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

This div background color is #5fccec


#5fccec Border Color

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

This div border color is #5fccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccec


Comments

No comments written yet.

Please login to write comment.