Color Hex Logo

#4cc9ae Color Hex

#4CC9AE
(76,201,174)
0 Favorites   0 Comments

Color spaces of #4cc9ae

RGB 76201174
HSL0.460.540.54
HSV167°62°79°
CMYK 0.620.000.13   0.21
XYZ31.507146.365847.3333
Yxy46.36580.25160.3703
Hunter Lab68.0924-36.56796.4503
CIE-Lab73.7823-40.95223.2902

#4cc9ae color RGB value is (76,201,174).

#4cc9ae hex color red value is 76, green value is 201 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4cc9ae hue: 0.46 , saturation: 0.54 and the lightness value of 4cc9ae is 0.54.

The process color (four color CMYK) of #4cc9ae color hex is 0.62, 0.00, 0.13, 0.21. Web safe color of #4cc9ae is #33cc99. Color #4cc9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001001 10101110
Octal 114 311 256
Decimal 76 201 174
Hex 4C C9 AE

RGB Percentages of Color #4cc9ae

%16.85
%44.57
%38.58

CMYK Percentages of Color #4cc9ae

%62
%0
%13
%21

Triadic Colors of #4cc9ae

#4cc9ae #ae4cc9 #c9ae4c

Analogous Colors of #4cc9ae

#4cc9ae #4ca6c9 #4cc970

Monochromatic Colors of #4cc9ae

#4cc9ae

Complementary Color

#4cc9ae #c94c67

#4cc9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cc9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cc9ae Color CSS Codes

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

#4cc9ae Text Font Color

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

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


#4cc9ae Background Color

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

This div background color is #4cc9ae


#4cc9ae Border Color

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

This div border color is #4cc9ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,201,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cc9ae


Comments

No comments written yet.

Please login to write comment.