Color Hex Logo

#4aabff Color Hex

#4AABFF
(74,171,255)
0 Favorites   0 Comments

Color spaces of #4aabff

RGB 74171255
HSL0.581.000.65
HSV208°71°100°
CMYK 0.710.330.00   0.00
XYZ35.436937.8017100.0365
Yxy37.80170.20450.2182
Hunter Lab61.4831-4.7137-53.4301
CIE-Lab67.8742-1.6594-49.8191

#4aabff color RGB value is (74,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11111111
Octal 112 253 377
Decimal 74 171 255
Hex 4A AB FF

RGB Percentages of Color #4aabff

%14.80
%34.20
%51.00

CMYK Percentages of Color #4aabff

%71
%33
%0
%0

Triadic Colors of #4aabff

#4aabff #ff4aab #abff4a

Analogous Colors of #4aabff

#4aabff #4a51ff #4afff9

Monochromatic Colors of #4aabff

#4aabff

Complementary Color

#4aabff #ff9e4a

#4aabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabff Color CSS Codes

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

#4aabff Text Font Color

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

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


#4aabff Background Color

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

This div background color is #4aabff


#4aabff Border Color

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

This div border color is #4aabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabff


Comments

No comments written yet.

Please login to write comment.