Color Hex Logo

#4cafaf Color Hex

#4CAFAF
(76,175,175)
0 Favorites   0 Comments

Color spaces of #4cafaf

RGB 76175175
HSL0.500.390.49
HSV180°57°69°
CMYK 0.570.000.00   0.31
XYZ26.048335.291645.9965
Yxy35.29160.24270.3288
Hunter Lab59.4067-25.6942-4.3214
CIE-Lab65.9751-28.5650-8.7306

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 10101111
Octal 114 257 257
Decimal 76 175 175
Hex 4C AF AF

RGB Percentages of Color #4cafaf

%17.84
%41.08
%41.08

CMYK Percentages of Color #4cafaf

%57
%0
%0
%31

Triadic Colors of #4cafaf

#4cafaf #af4caf #afaf4c

Analogous Colors of #4cafaf

#4cafaf #4c7eaf #4caf7e

Monochromatic Colors of #4cafaf

#4cafaf

Complementary Color

#4cafaf #af4c4c

#4cafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafaf Color CSS Codes

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

#4cafaf Text Font Color

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

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


#4cafaf Background Color

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

This div background color is #4cafaf


#4cafaf Border Color

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

This div border color is #4cafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafaf


Comments

No comments written yet.

Please login to write comment.