Color Hex Logo

#4aa8aa Color Hex

#4AA8AA
(74,168,170)
0 Favorites   0 Comments

Color spaces of #4aa8aa

RGB 74168170
HSL0.500.390.48
HSV181°56°67°
CMYK 0.560.010.00   0.33
XYZ24.082432.363443.0077
Yxy32.36340.24210.3254
Hunter Lab56.8888-23.9922-5.0008
CIE-Lab63.6421-26.8942-9.4295

#4aa8aa color RGB value is (74,168,170).

#4aa8aa hex color red value is 74, green value is 168 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4aa8aa hue: 0.50 , saturation: 0.39 and the lightness value of 4aa8aa is 0.48.

The process color (four color CMYK) of #4aa8aa color hex is 0.56, 0.01, 0.00, 0.33. Web safe color of #4aa8aa is #339999. Color #4aa8aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101000 10101010
Octal 112 250 252
Decimal 74 168 170
Hex 4A A8 AA

RGB Percentages of Color #4aa8aa

%17.96
%40.78
%41.26

CMYK Percentages of Color #4aa8aa

%56
%1
%0
%33

Triadic Colors of #4aa8aa

#4aa8aa #aa4aa8 #a8aa4a

Analogous Colors of #4aa8aa

#4aa8aa #4a78aa #4aaa7c

Monochromatic Colors of #4aa8aa

#4aa8aa

Complementary Color

#4aa8aa #aa4c4a

#4aa8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa8aa Color CSS Codes

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

#4aa8aa Text Font Color

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

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


#4aa8aa Background Color

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

This div background color is #4aa8aa


#4aa8aa Border Color

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

This div border color is #4aa8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa8aa


Comments

No comments written yet.

Please login to write comment.