Color Hex Logo

#4aa9df Color Hex

#4AA9DF
(74,169,223)
0 Favorites   0 Comments

Color spaces of #4aa9df

RGB 74169223
HSL0.560.700.58
HSV202°67°87°
CMYK 0.670.240.00   0.13
XYZ30.331335.159574.9999
Yxy35.15950.21590.2503
Hunter Lab59.2954-12.4592-33.4862
CIE-Lab65.8727-11.2183-35.4699

#4aa9df color RGB value is (74,169,223).

#4aa9df hex color red value is 74, green value is 169 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4aa9df hue: 0.56 , saturation: 0.70 and the lightness value of 4aa9df is 0.58.

The process color (four color CMYK) of #4aa9df color hex is 0.67, 0.24, 0.00, 0.13. Web safe color of #4aa9df is #3399cc. Color #4aa9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101001 11011111
Octal 112 251 337
Decimal 74 169 223
Hex 4A A9 DF

RGB Percentages of Color #4aa9df

%15.88
%36.27
%47.85

CMYK Percentages of Color #4aa9df

%67
%24
%0
%13

Triadic Colors of #4aa9df

#4aa9df #df4aa9 #a9df4a

Analogous Colors of #4aa9df

#4aa9df #4a5fdf #4adfcb

Monochromatic Colors of #4aa9df

#4aa9df

Complementary Color

#4aa9df #df804a

#4aa9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa9df Color CSS Codes

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

#4aa9df Text Font Color

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

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


#4aa9df Background Color

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

This div background color is #4aa9df


#4aa9df Border Color

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

This div border color is #4aa9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa9df


Comments

No comments written yet.

Please login to write comment.