Color Hex Logo

#4aabfb Color Hex

#4AABFB
(74,171,251)
0 Favorites   0 Comments

Color spaces of #4aabfb

RGB 74171251
HSL0.580.960.64
HSV207°71°98°
CMYK 0.710.320.00   0.02
XYZ34.799537.546796.6799
Yxy37.54670.20590.2221
Hunter Lab61.2754-5.8582-50.6547
CIE-Lab67.6852-3.0154-47.9456

#4aabfb color RGB value is (74,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11111011
Octal 112 253 373
Decimal 74 171 251
Hex 4A AB FB

RGB Percentages of Color #4aabfb

%14.92
%34.48
%50.60

CMYK Percentages of Color #4aabfb

%71
%32
%0
%2

Triadic Colors of #4aabfb

#4aabfb #fb4aab #abfb4a

Analogous Colors of #4aabfb

#4aabfb #4a52fb #4afbf3

Monochromatic Colors of #4aabfb

#4aabfb

Complementary Color

#4aabfb #fb9a4a

#4aabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabfb Color CSS Codes

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

#4aabfb Text Font Color

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

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


#4aabfb Background Color

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

This div background color is #4aabfb


#4aabfb Border Color

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

This div border color is #4aabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabfb


Comments

No comments written yet.

Please login to write comment.