Color Hex Logo

#4acaae Color Hex

#4ACAAE
(74,202,174)
0 Favorites   0 Comments

Color spaces of #4acaae

RGB 74202174
HSL0.460.550.54
HSV167°63°79°
CMYK 0.630.000.14   0.21
XYZ31.584646.752947.4039
Yxy46.75290.25120.3718
Hunter Lab68.3761-37.20466.7586
CIE-Lab74.0314-41.74273.6445

#4acaae color RGB value is (74,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 10101110
Octal 112 312 256
Decimal 74 202 174
Hex 4A CA AE

RGB Percentages of Color #4acaae

%16.44
%44.89
%38.67

CMYK Percentages of Color #4acaae

%63
%0
%14
%21

Triadic Colors of #4acaae

#4acaae #ae4aca #caae4a

Analogous Colors of #4acaae

#4acaae #4aa6ca #4aca6e

Monochromatic Colors of #4acaae

#4acaae

Complementary Color

#4acaae #ca4a66

#4acaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acaae Color CSS Codes

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

#4acaae Text Font Color

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

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


#4acaae Background Color

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

This div background color is #4acaae


#4acaae Border Color

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

This div border color is #4acaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acaae


Comments

No comments written yet.

Please login to write comment.