Color Hex Logo

#4cb4ae Color Hex

#4CB4AE
(76,180,174)
0 Favorites   0 Comments

Color spaces of #4cb4ae

RGB 76180174
HSL0.490.410.50
HSV177°58°71°
CMYK 0.580.000.03   0.29
XYZ26.941737.235045.8115
Yxy37.23500.24500.3385
Hunter Lab61.0205-27.9747-1.7980
CIE-Lab67.4530-31.2639-5.9810

#4cb4ae color RGB value is (76,180,174).

#4cb4ae hex color red value is 76, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4cb4ae hue: 0.49 , saturation: 0.41 and the lightness value of 4cb4ae is 0.50.

The process color (four color CMYK) of #4cb4ae color hex is 0.58, 0.00, 0.03, 0.29. Web safe color of #4cb4ae is #33cc99. Color #4cb4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110100 10101110
Octal 114 264 256
Decimal 76 180 174
Hex 4C B4 AE

RGB Percentages of Color #4cb4ae

%17.67
%41.86
%40.47

CMYK Percentages of Color #4cb4ae

%58
%0
%3
%29

Triadic Colors of #4cb4ae

#4cb4ae #ae4cb4 #b4ae4c

Analogous Colors of #4cb4ae

#4cb4ae #4c86b4 #4cb47a

Monochromatic Colors of #4cb4ae

#4cb4ae

Complementary Color

#4cb4ae #b44c52

#4cb4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb4ae Color CSS Codes

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

#4cb4ae Text Font Color

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

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


#4cb4ae Background Color

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

This div background color is #4cb4ae


#4cb4ae Border Color

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

This div border color is #4cb4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb4ae


Comments

No comments written yet.

Please login to write comment.