Color Hex Logo

#4aa0ec Color Hex

#4AA0EC
(74,160,236)
0 Favorites   0 Comments

Color spaces of #4aa0ec

RGB 74160236
HSL0.580.810.61
HSV208°69°93°
CMYK 0.690.320.00   0.07
XYZ30.535232.653684.0503
Yxy32.65360.20740.2218
Hunter Lab57.1433-4.6173-47.2074
CIE-Lab63.8794-1.8630-45.7432

#4aa0ec color RGB value is (74,160,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100000 11101100
Octal 112 240 354
Decimal 74 160 236
Hex 4A A0 EC

RGB Percentages of Color #4aa0ec

%15.74
%34.04
%50.21

CMYK Percentages of Color #4aa0ec

%69
%32
%0
%7

Triadic Colors of #4aa0ec

#4aa0ec #ec4aa0 #a0ec4a

Analogous Colors of #4aa0ec

#4aa0ec #4a4fec #4aece7

Monochromatic Colors of #4aa0ec

#4aa0ec

Complementary Color

#4aa0ec #ec964a

#4aa0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa0ec Color CSS Codes

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

#4aa0ec Text Font Color

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

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


#4aa0ec Background Color

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

This div background color is #4aa0ec


#4aa0ec Border Color

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

This div border color is #4aa0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa0ec


Comments

No comments written yet.

Please login to write comment.