Color Hex Logo

#5cceac Color Hex

#5CCEAC
(92,206,172)
0 Favorites   0 Comments

Color spaces of #5cceac

RGB 92206172
HSL0.450.540.58
HSV162°55°81°
CMYK 0.550.000.17   0.19
XYZ33.931349.396546.7758
Yxy49.39650.26080.3797
Hunter Lab70.2826-36.81789.7381
CIE-Lab75.6973-40.55037.1892

#5cceac color RGB value is (92,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001110 10101100
Octal 134 316 254
Decimal 92 206 172
Hex 5C CE AC

RGB Percentages of Color #5cceac

%19.57
%43.83
%36.60

CMYK Percentages of Color #5cceac

%55
%0
%17
%19

Triadic Colors of #5cceac

#5cceac #ac5cce #ceac5c

Analogous Colors of #5cceac

#5cceac #5cb7ce #5cce73

Monochromatic Colors of #5cceac

#5cceac

Complementary Color

#5cceac #ce5c7e

#5cceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cceac Color CSS Codes

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

#5cceac Text Font Color

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

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


#5cceac Background Color

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

This div background color is #5cceac


#5cceac Border Color

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

This div border color is #5cceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cceac


Comments

No comments written yet.

Please login to write comment.