Color Hex Logo

#4aaaff Color Hex

#4AAAFF
(74,170,255)
0 Favorites   0 Comments

Color spaces of #4aaaff

RGB 74170255
HSL0.581.000.65
HSV208°71°100°
CMYK 0.710.330.00   0.00
XYZ35.248837.425399.9737
Yxy37.42530.20420.2168
Hunter Lab61.1762-4.2094-54.0679
CIE-Lab67.5949-1.0933-50.2600

#4aaaff color RGB value is (74,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 11111111
Octal 112 252 377
Decimal 74 170 255
Hex 4A AA FF

RGB Percentages of Color #4aaaff

%14.83
%34.07
%51.10

CMYK Percentages of Color #4aaaff

%71
%33
%0
%0

Triadic Colors of #4aaaff

#4aaaff #ff4aaa #aaff4a

Analogous Colors of #4aaaff

#4aaaff #4a50ff #4afffa

Monochromatic Colors of #4aaaff

#4aaaff

Complementary Color

#4aaaff #ff9f4a

#4aaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaaff Color CSS Codes

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

#4aaaff Text Font Color

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

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


#4aaaff Background Color

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

This div background color is #4aaaff


#4aaaff Border Color

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

This div border color is #4aaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaaff


Comments

No comments written yet.

Please login to write comment.