Color Hex Logo

#4aaad2 Color Hex

#4AAAD2
(74,170,210)
0 Favorites   0 Comments

Color spaces of #4aaad2

RGB 74170210
HSL0.550.600.56
HSV198°65°82°
CMYK 0.650.190.00   0.18
XYZ28.831634.858466.1815
Yxy34.85840.22200.2684
Hunter Lab59.0410-16.1545-25.1319
CIE-Lab65.6383-15.9349-28.6608

#4aaad2 color RGB value is (74,170,210).

#4aaad2 hex color red value is 74, green value is 170 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #4aaad2 hue: 0.55 , saturation: 0.60 and the lightness value of 4aaad2 is 0.56.

The process color (four color CMYK) of #4aaad2 color hex is 0.65, 0.19, 0.00, 0.18. Web safe color of #4aaad2 is #3399cc. Color #4aaad2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 11010010
Octal 112 252 322
Decimal 74 170 210
Hex 4A AA D2

RGB Percentages of Color #4aaad2

%16.30
%37.44
%46.26

CMYK Percentages of Color #4aaad2

%65
%19
%0
%18

Triadic Colors of #4aaad2

#4aaad2 #d24aaa #aad24a

Analogous Colors of #4aaad2

#4aaad2 #4a66d2 #4ad2b6

Monochromatic Colors of #4aaad2

#4aaad2

Complementary Color

#4aaad2 #d2724a

#4aaad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaad2 Color CSS Codes

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

#4aaad2 Text Font Color

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

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


#4aaad2 Background Color

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

This div background color is #4aaad2


#4aaad2 Border Color

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

This div border color is #4aaad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaad2


Comments

No comments written yet.

Please login to write comment.