Color Hex Logo

#4aafec Color Hex

#4AAFEC
(74,175,236)
0 Favorites   0 Comments

Color spaces of #4aafec

RGB 74175236
HSL0.560.810.61
HSV203°69°93°
CMYK 0.690.260.00   0.07
XYZ33.294338.171984.9700
Yxy38.17190.21280.2440
Hunter Lab61.7834-11.9296-38.2925
CIE-Lab68.1471-10.2399-39.0519

#4aafec color RGB value is (74,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11101100
Octal 112 257 354
Decimal 74 175 236
Hex 4A AF EC

RGB Percentages of Color #4aafec

%15.26
%36.08
%48.66

CMYK Percentages of Color #4aafec

%69
%26
%0
%7

Triadic Colors of #4aafec

#4aafec #ec4aaf #afec4a

Analogous Colors of #4aafec

#4aafec #4a5eec #4aecd8

Monochromatic Colors of #4aafec

#4aafec

Complementary Color

#4aafec #ec874a

#4aafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafec Color CSS Codes

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

#4aafec Text Font Color

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

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


#4aafec Background Color

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

This div background color is #4aafec


#4aafec Border Color

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

This div border color is #4aafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafec

#4aafec Color Palettes


Comments

No comments written yet.

Please login to write comment.