Color Hex Logo

#4cafaa Color Hex

#4CAFAA
(76,175,170)
0 Favorites   0 Comments

Color spaces of #4cafaa

RGB 76175170
HSL0.490.390.49
HSV177°57°69°
CMYK 0.570.000.03   0.31
XYZ25.566235.098743.4575
Yxy35.09870.24550.3371
Hunter Lab59.2442-26.6475-2.0202
CIE-Lab65.8254-29.9362-6.1749

#4cafaa color RGB value is (76,175,170).

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

The process color (four color CMYK) of #4cafaa color hex is 0.57, 0.00, 0.03, 0.31. Web safe color of #4cafaa is #339999. Color #4cafaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 10101010
Octal 114 257 252
Decimal 76 175 170
Hex 4C AF AA

RGB Percentages of Color #4cafaa

%18.05
%41.57
%40.38

CMYK Percentages of Color #4cafaa

%57
%0
%3
%31

Triadic Colors of #4cafaa

#4cafaa #aa4caf #afaa4c

Analogous Colors of #4cafaa

#4cafaa #4c83af #4caf79

Monochromatic Colors of #4cafaa

#4cafaa

Complementary Color

#4cafaa #af4c51

#4cafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafaa Color CSS Codes

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

#4cafaa Text Font Color

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

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


#4cafaa Background Color

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

This div background color is #4cafaa


#4cafaa Border Color

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

This div border color is #4cafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafaa


Comments

No comments written yet.

Please login to write comment.