Color Hex Logo

#4aacef Color Hex

#4AACEF
(74,172,239)
0 Favorites   0 Comments

Color spaces of #4aacef

RGB 74172239
HSL0.570.840.61
HSV204°69°94°
CMYK 0.690.280.00   0.06
XYZ33.156637.192987.0928
Yxy37.19290.21060.2362
Hunter Lab60.9860-9.6793-41.9806
CIE-Lab67.4215-7.5988-41.8237

#4aacef color RGB value is (74,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 11101111
Octal 112 254 357
Decimal 74 172 239
Hex 4A AC EF

RGB Percentages of Color #4aacef

%15.26
%35.46
%49.28

CMYK Percentages of Color #4aacef

%69
%28
%0
%6

Triadic Colors of #4aacef

#4aacef #ef4aac #acef4a

Analogous Colors of #4aacef

#4aacef #4a5aef #4aefe0

Monochromatic Colors of #4aacef

#4aacef

Complementary Color

#4aacef #ef8d4a

#4aacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacef Color CSS Codes

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

#4aacef Text Font Color

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

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


#4aacef Background Color

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

This div background color is #4aacef


#4aacef Border Color

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

This div border color is #4aacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacef


Comments

No comments written yet.

Please login to write comment.