Color Hex Logo

#5cefec Color Hex

#5CEFEC
(92,239,236)
0 Favorites   0 Comments

Color spaces of #5cefec

RGB 92239236
HSL0.500.820.65
HSV179°62°94°
CMYK 0.620.000.01   0.06
XYZ50.420570.064490.2232
Yxy70.06440.23930.3325
Hunter Lab83.7045-38.9610-5.3142
CIE-Lab87.0284-39.3325-10.2169

#5cefec color RGB value is (92,239,236).

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

The process color (four color CMYK) of #5cefec color hex is 0.62, 0.00, 0.01, 0.06. Web safe color of #5cefec is #66ffff. Color #5cefec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101111 11101100
Octal 134 357 354
Decimal 92 239 236
Hex 5C EF EC

RGB Percentages of Color #5cefec

%16.23
%42.15
%41.62

CMYK Percentages of Color #5cefec

%62
%0
%1
%6

Triadic Colors of #5cefec

#5cefec #ec5cef #efec5c

Analogous Colors of #5cefec

#5cefec #5ca9ef #5cefa3

Monochromatic Colors of #5cefec

#5cefec

Complementary Color

#5cefec #ef5c5f

#5cefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cefec Color CSS Codes

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

#5cefec Text Font Color

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

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


#5cefec Background Color

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

This div background color is #5cefec


#5cefec Border Color

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

This div border color is #5cefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cefec


Comments

No comments written yet.

Please login to write comment.