Color Hex Logo

#4aaead Color Hex

#4AAEAD
(74,174,173)
0 Favorites   0 Comments

Color spaces of #4aaead

RGB 74174173
HSL0.500.400.49
HSV179°57°68°
CMYK 0.570.000.01   0.32
XYZ25.502934.745144.8975
Yxy34.74510.24250.3304
Hunter Lab58.9450-25.9246-3.8988
CIE-Lab65.5497-29.0144-8.2591

#4aaead color RGB value is (74,174,173).

#4aaead hex color red value is 74, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4aaead hue: 0.50 , saturation: 0.40 and the lightness value of 4aaead is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 10101101
Octal 112 256 255
Decimal 74 174 173
Hex 4A AE AD

RGB Percentages of Color #4aaead

%17.58
%41.33
%41.09

CMYK Percentages of Color #4aaead

%57
%0
%1
%32

Triadic Colors of #4aaead

#4aaead #ad4aae #aead4a

Analogous Colors of #4aaead

#4aaead #4a7dae #4aae7b

Monochromatic Colors of #4aaead

#4aaead

Complementary Color

#4aaead #ae4a4b

#4aaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaead Color CSS Codes

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

#4aaead Text Font Color

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

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


#4aaead Background Color

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

This div background color is #4aaead


#4aaead Border Color

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

This div border color is #4aaead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaead


Comments

No comments written yet.

Please login to write comment.