Color Hex Logo

#4aafea Color Hex

#4AAFEA
(74,175,234)
0 Favorites   0 Comments

Color spaces of #4aafea

RGB 74175234
HSL0.560.790.60
HSV202°68°92°
CMYK 0.680.250.00   0.08
XYZ33.005338.056383.4479
Yxy38.05630.21360.2463
Hunter Lab61.6898-12.4560-37.0188
CIE-Lab68.0621-10.8961-38.0923

#4aafea color RGB value is (74,175,234).

#4aafea hex color red value is 74, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4aafea hue: 0.56 , saturation: 0.79 and the lightness value of 4aafea is 0.60.

The process color (four color CMYK) of #4aafea color hex is 0.68, 0.25, 0.00, 0.08. Web safe color of #4aafea is #3399ff. Color #4aafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11101010
Octal 112 257 352
Decimal 74 175 234
Hex 4A AF EA

RGB Percentages of Color #4aafea

%15.32
%36.23
%48.45

CMYK Percentages of Color #4aafea

%68
%25
%0
%8

Triadic Colors of #4aafea

#4aafea #ea4aaf #afea4a

Analogous Colors of #4aafea

#4aafea #4a5fea #4aead5

Monochromatic Colors of #4aafea

#4aafea

Complementary Color

#4aafea #ea854a

#4aafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafea Color CSS Codes

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

#4aafea Text Font Color

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

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


#4aafea Background Color

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

This div background color is #4aafea


#4aafea Border Color

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

This div border color is #4aafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafea


Comments

No comments written yet.

Please login to write comment.