Color Hex Logo

#4aabee Color Hex

#4AABEE
(74,171,238)
0 Favorites   0 Comments

Color spaces of #4aabee

RGB 74171238
HSL0.570.830.61
HSV205°69°93°
CMYK 0.690.280.00   0.07
XYZ32.819636.754786.2535
Yxy36.75470.21060.2359
Hunter Lab60.6257-9.4642-41.9153
CIE-Lab67.0926-7.3776-41.7925

#4aabee color RGB value is (74,171,238).

#4aabee hex color red value is 74, green value is 171 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4aabee hue: 0.57 , saturation: 0.83 and the lightness value of 4aabee is 0.61.

The process color (four color CMYK) of #4aabee color hex is 0.69, 0.28, 0.00, 0.07. Web safe color of #4aabee is #3399ff. Color #4aabee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11101110
Octal 112 253 356
Decimal 74 171 238
Hex 4A AB EE

RGB Percentages of Color #4aabee

%15.32
%35.40
%49.28

CMYK Percentages of Color #4aabee

%69
%28
%0
%7

Triadic Colors of #4aabee

#4aabee #ee4aab #abee4a

Analogous Colors of #4aabee

#4aabee #4a59ee #4aeedf

Monochromatic Colors of #4aabee

#4aabee

Complementary Color

#4aabee #ee8d4a

#4aabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabee Color CSS Codes

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

#4aabee Text Font Color

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

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


#4aabee Background Color

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

This div background color is #4aabee


#4aabee Border Color

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

This div border color is #4aabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabee


Comments

No comments written yet.

Please login to write comment.