Color Hex Logo

#4ce0ab Color Hex

#4CE0AB
(76,224,171)
0 Favorites   0 Comments

Color spaces of #4ce0ab

RGB 76224171
HSL0.440.700.59
HSV159°66°88°
CMYK 0.660.000.24   0.12
XYZ36.986857.788147.7329
Yxy57.78810.25950.4055
Hunter Lab76.0185-46.183215.9841
CIE-Lab80.6208-51.430014.6557

#4ce0ab color RGB value is (76,224,171).

#4ce0ab hex color red value is 76, green value is 224 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4ce0ab hue: 0.44 , saturation: 0.70 and the lightness value of 4ce0ab is 0.59.

The process color (four color CMYK) of #4ce0ab color hex is 0.66, 0.00, 0.24, 0.12. Web safe color of #4ce0ab is #33cc99. Color #4ce0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100000 10101011
Octal 114 340 253
Decimal 76 224 171
Hex 4C E0 AB

RGB Percentages of Color #4ce0ab

%16.14
%47.56
%36.31

CMYK Percentages of Color #4ce0ab

%66
%0
%24
%12

Triadic Colors of #4ce0ab

#4ce0ab #ab4ce0 #e0ab4c

Analogous Colors of #4ce0ab

#4ce0ab #4ccbe0 #4ce061

Monochromatic Colors of #4ce0ab

#4ce0ab

Complementary Color

#4ce0ab #e04c81

#4ce0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce0ab Color CSS Codes

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

#4ce0ab Text Font Color

<p style="color:#4ce0ab">Text here</p>

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


#4ce0ab Background Color

<div style="background-color:#4ce0ab">
Div content here</div>

This div background color is #4ce0ab


#4ce0ab Border Color

<div style="border:3px solid #4ce0ab">
Div here</div>

This div border color is #4ce0ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,224,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ce0ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ce0ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4ce0ab;
  box-shadow:         1px 1px 3px 2px #4ce0ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,224,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 #4ce0ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce0ab


Comments

No comments written yet.

Please login to write comment.