Color Hex Logo

#4acaac Color Hex

#4ACAAC
(74,202,172)
0 Favorites   0 Comments

Color spaces of #4acaac

RGB 74202172
HSL0.460.550.54
HSV166°63°79°
CMYK 0.630.000.15   0.21
XYZ31.391046.675546.3845
Yxy46.67550.25220.3751
Hunter Lab68.3195-37.54307.5696
CIE-Lab73.9817-42.23754.6532

#4acaac color RGB value is (74,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 10101100
Octal 112 312 254
Decimal 74 202 172
Hex 4A CA AC

RGB Percentages of Color #4acaac

%16.52
%45.09
%38.39

CMYK Percentages of Color #4acaac

%63
%0
%15
%21

Triadic Colors of #4acaac

#4acaac #ac4aca #caac4a

Analogous Colors of #4acaac

#4acaac #4aa8ca #4aca6c

Monochromatic Colors of #4acaac

#4acaac

Complementary Color

#4acaac #ca4a68

#4acaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acaac Color CSS Codes

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

#4acaac Text Font Color

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

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


#4acaac Background Color

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

This div background color is #4acaac


#4acaac Border Color

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

This div border color is #4acaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acaac


Comments

No comments written yet.

Please login to write comment.