Color Hex Logo

#5cceab Color Hex

#5CCEAB
(92,206,171)
0 Favorites   0 Comments

Color spaces of #5cceab

RGB 92206171
HSL0.450.540.58
HSV162°55°81°
CMYK 0.550.000.17   0.19
XYZ33.835649.358246.2718
Yxy49.35820.26130.3812
Hunter Lab70.2554-36.979810.1290
CIE-Lab75.6736-40.78197.6923

#5cceab color RGB value is (92,206,171).

#5cceab hex color red value is 92, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5cceab hue: 0.45 , saturation: 0.54 and the lightness value of 5cceab is 0.58.

The process color (four color CMYK) of #5cceab color hex is 0.55, 0.00, 0.17, 0.19. Web safe color of #5cceab is #66cc99. Color #5cceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 10101011
Octal 134 316 253
Decimal 92 206 171
Hex 5C CE AB

RGB Percentages of Color #5cceab

%19.62
%43.92
%36.46

CMYK Percentages of Color #5cceab

%55
%0
%17
%19

Triadic Colors of #5cceab

#5cceab #ab5cce #ceab5c

Analogous Colors of #5cceab

#5cceab #5cb8ce #5cce72

Monochromatic Colors of #5cceab

#5cceab

Complementary Color

#5cceab #ce5c7f

#5cceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cceab Color CSS Codes

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

#5cceab Text Font Color

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

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


#5cceab Background Color

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

This div background color is #5cceab


#5cceab Border Color

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

This div border color is #5cceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cceab


Comments

No comments written yet.

Please login to write comment.