Color Hex Logo

#4aaadf Color Hex

#4AAADF
(74,170,223)
0 Favorites   0 Comments

Color spaces of #4aaadf

RGB 74170223
HSL0.560.700.58
HSV201°67°87°
CMYK 0.670.240.00   0.13
XYZ30.518035.533075.0621
Yxy35.53300.21630.2518
Hunter Lab59.6096-12.9310-32.9330
CIE-Lab66.1615-11.7639-35.0206

#4aaadf color RGB value is (74,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 11011111
Octal 112 252 337
Decimal 74 170 223
Hex 4A AA DF

RGB Percentages of Color #4aaadf

%15.85
%36.40
%47.75

CMYK Percentages of Color #4aaadf

%67
%24
%0
%13

Triadic Colors of #4aaadf

#4aaadf #df4aaa #aadf4a

Analogous Colors of #4aaadf

#4aaadf #4a60df #4adfca

Monochromatic Colors of #4aaadf

#4aaadf

Complementary Color

#4aaadf #df7f4a

#4aaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaadf Color CSS Codes

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

#4aaadf Text Font Color

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

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


#4aaadf Background Color

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

This div background color is #4aaadf


#4aaadf Border Color

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

This div border color is #4aaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaadf


Comments

No comments written yet.

Please login to write comment.