Color Hex Logo

#4aaafb Color Hex

#4AAAFB
(74,170,251)
0 Favorites   0 Comments

Color spaces of #4aaafb

RGB 74170251
HSL0.580.960.64
HSV207°71°98°
CMYK 0.710.320.00   0.02
XYZ34.611437.170396.6172
Yxy37.17030.20550.2207
Hunter Lab60.9675-5.3581-51.2817
CIE-Lab67.4046-2.4516-48.3878

#4aaafb color RGB value is (74,170,251).

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

The process color (four color CMYK) of #4aaafb color hex is 0.71, 0.32, 0.00, 0.02. Web safe color of #4aaafb is #3399ff. Color #4aaafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 11111011
Octal 112 252 373
Decimal 74 170 251
Hex 4A AA FB

RGB Percentages of Color #4aaafb

%14.95
%34.34
%50.71

CMYK Percentages of Color #4aaafb

%71
%32
%0
%2

Triadic Colors of #4aaafb

#4aaafb #fb4aaa #aafb4a

Analogous Colors of #4aaafb

#4aaafb #4a51fb #4afbf4

Monochromatic Colors of #4aaafb

#4aaafb

Complementary Color

#4aaafb #fb9b4a

#4aaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaafb Color CSS Codes

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

#4aaafb Text Font Color

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

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


#4aaafb Background Color

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

This div background color is #4aaafb


#4aaafb Border Color

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

This div border color is #4aaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaafb

Related Colors


Comments

No comments written yet.

Please login to write comment.