Color Hex Logo

#4aaaee Color Hex

#4AAAEE
(74,170,238)
0 Favorites   0 Comments

Color spaces of #4aaaee

RGB 74170238
HSL0.570.830.61
HSV205°69°93°
CMYK 0.690.290.00   0.07
XYZ32.631436.378386.1908
Yxy36.37830.21030.2344
Hunter Lab60.3144-8.9779-42.5068
CIE-Lab66.8080-6.8226-42.2384

#4aaaee color RGB value is (74,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 11101110
Octal 112 252 356
Decimal 74 170 238
Hex 4A AA EE

RGB Percentages of Color #4aaaee

%15.35
%35.27
%49.38

CMYK Percentages of Color #4aaaee

%69
%29
%0
%7

Triadic Colors of #4aaaee

#4aaaee #ee4aaa #aaee4a

Analogous Colors of #4aaaee

#4aaaee #4a58ee #4aeee0

Monochromatic Colors of #4aaaee

#4aaaee

Complementary Color

#4aaaee #ee8e4a

#4aaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaaee Color CSS Codes

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

#4aaaee Text Font Color

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

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


#4aaaee Background Color

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

This div background color is #4aaaee


#4aaaee Border Color

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

This div border color is #4aaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaaee


Comments

No comments written yet.

Please login to write comment.