Color Hex Logo

#5ce8dc Color Hex

#5CE8DC
(92,232,220)
0 Favorites   0 Comments

Color spaces of #5ce8dc

RGB 92232220
HSL0.490.750.64
HSV175°60°91°
CMYK 0.600.000.05   0.09
XYZ46.188565.155877.8521
Yxy65.15580.24410.3444
Hunter Lab80.7191-39.1186-0.6807
CIE-Lab84.5640-40.3664-5.4547

#5ce8dc color RGB value is (92,232,220).

#5ce8dc hex color red value is 92, green value is 232 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ce8dc hue: 0.49 , saturation: 0.75 and the lightness value of 5ce8dc is 0.64.

The process color (four color CMYK) of #5ce8dc color hex is 0.60, 0.00, 0.05, 0.09. Web safe color of #5ce8dc is #66ffcc. Color #5ce8dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101000 11011100
Octal 134 350 334
Decimal 92 232 220
Hex 5C E8 DC

RGB Percentages of Color #5ce8dc

%16.91
%42.65
%40.44

CMYK Percentages of Color #5ce8dc

%60
%0
%5
%9

Triadic Colors of #5ce8dc

#5ce8dc #dc5ce8 #e8dc5c

Analogous Colors of #5ce8dc

#5ce8dc #5caee8 #5ce896

Monochromatic Colors of #5ce8dc

#5ce8dc

Complementary Color

#5ce8dc #e85c68

#5ce8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ce8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ce8dc Color CSS Codes

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

#5ce8dc Text Font Color

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

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


#5ce8dc Background Color

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

This div background color is #5ce8dc


#5ce8dc Border Color

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

This div border color is #5ce8dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,232,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ce8dc


Comments

No comments written yet.

Please login to write comment.