Color Hex Logo

#4acead Color Hex

#4ACEAD
(74,206,173)
0 Favorites   0 Comments

Color spaces of #4acead

RGB 74206173
HSL0.460.570.55
HSV165°64°81°
CMYK 0.640.000.16   0.19
XYZ32.438248.615647.2092
Yxy48.61560.25290.3790
Hunter Lab69.7249-38.97488.6635
CIE-Lab75.2116-43.73735.8870

#4acead color RGB value is (74,206,173).

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

The process color (four color CMYK) of #4acead color hex is 0.64, 0.00, 0.16, 0.19. Web safe color of #4acead is #33cc99. Color #4acead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 10101101
Octal 112 316 255
Decimal 74 206 173
Hex 4A CE AD

RGB Percentages of Color #4acead

%16.34
%45.47
%38.19

CMYK Percentages of Color #4acead

%64
%0
%16
%19

Triadic Colors of #4acead

#4acead #ad4ace #cead4a

Analogous Colors of #4acead

#4acead #4aadce #4ace6b

Monochromatic Colors of #4acead

#4acead

Complementary Color

#4acead #ce4a6b

#4acead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acead Color CSS Codes

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

#4acead Text Font Color

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

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


#4acead Background Color

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

This div background color is #4acead


#4acead Border Color

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

This div border color is #4acead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acead


Comments

No comments written yet.

Please login to write comment.