Color Hex Logo

#4aacee Color Hex

#4AACEE
(74,172,238)
0 Favorites   0 Comments

Color spaces of #4aacee

RGB 74172238
HSL0.570.830.61
HSV204°69°93°
CMYK 0.690.280.00   0.07
XYZ33.009237.133986.3167
Yxy37.13390.21100.2373
Hunter Lab60.9376-9.9494-41.3266
CIE-Lab67.3774-7.9309-41.3467

#4aacee color RGB value is (74,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 11101110
Octal 112 254 356
Decimal 74 172 238
Hex 4A AC EE

RGB Percentages of Color #4aacee

%15.29
%35.54
%49.17

CMYK Percentages of Color #4aacee

%69
%28
%0
%7

Triadic Colors of #4aacee

#4aacee #ee4aac #acee4a

Analogous Colors of #4aacee

#4aacee #4a5aee #4aeede

Monochromatic Colors of #4aacee

#4aacee

Complementary Color

#4aacee #ee8c4a

#4aacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacee Color CSS Codes

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

#4aacee Text Font Color

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

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


#4aacee Background Color

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

This div background color is #4aacee


#4aacee Border Color

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

This div border color is #4aacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacee


Comments

No comments written yet.

Please login to write comment.