Color Hex Logo

#4ccaab Color Hex

#4CCAAB
(76,202,171)
0 Favorites   0 Comments

Color spaces of #4ccaab

RGB 76202171
HSL0.460.540.55
HSV165°62°79°
CMYK 0.620.000.15   0.21
XYZ31.451746.717845.8878
Yxy46.71780.25350.3766
Hunter Lab68.3504-37.47588.0403
CIE-Lab74.0089-42.13205.2392

#4ccaab color RGB value is (76,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 10101011
Octal 114 312 253
Decimal 76 202 171
Hex 4C CA AB

RGB Percentages of Color #4ccaab

%16.93
%44.99
%38.08

CMYK Percentages of Color #4ccaab

%62
%0
%15
%21

Triadic Colors of #4ccaab

#4ccaab #ab4cca #caab4c

Analogous Colors of #4ccaab

#4ccaab #4caaca #4cca6c

Monochromatic Colors of #4ccaab

#4ccaab

Complementary Color

#4ccaab #ca4c6b

#4ccaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccaab Color CSS Codes

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

#4ccaab Text Font Color

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

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


#4ccaab Background Color

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

This div background color is #4ccaab


#4ccaab Border Color

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

This div border color is #4ccaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccaab


Comments

No comments written yet.

Please login to write comment.