Color Hex Logo

#4caeaa Color Hex

#4CAEAA
(76,174,170)
0 Favorites   0 Comments

Color spaces of #4caeaa

RGB 76174170
HSL0.490.390.49
HSV178°56°68°
CMYK 0.560.000.02   0.32
XYZ25.372234.710943.3928
Yxy34.71090.24520.3354
Hunter Lab58.9160-26.2318-2.4271
CIE-Lab65.5230-29.4509-6.6233

#4caeaa color RGB value is (76,174,170).

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

The process color (four color CMYK) of #4caeaa color hex is 0.56, 0.00, 0.02, 0.32. Web safe color of #4caeaa is #339999. Color #4caeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 10101010
Octal 114 256 252
Decimal 76 174 170
Hex 4C AE AA

RGB Percentages of Color #4caeaa

%18.10
%41.43
%40.48

CMYK Percentages of Color #4caeaa

%56
%0
%2
%32

Triadic Colors of #4caeaa

#4caeaa #aa4cae #aeaa4c

Analogous Colors of #4caeaa

#4caeaa #4c81ae #4cae79

Monochromatic Colors of #4caeaa

#4caeaa

Complementary Color

#4caeaa #ae4c50

#4caeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeaa Color CSS Codes

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

#4caeaa Text Font Color

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

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


#4caeaa Background Color

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

This div background color is #4caeaa


#4caeaa Border Color

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

This div border color is #4caeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeaa


Comments

No comments written yet.

Please login to write comment.