Color Hex Logo

#4aa1ec Color Hex

#4AA1EC
(74,161,236)
0 Favorites   0 Comments

Color spaces of #4aa1ec

RGB 74161236
HSL0.580.810.61
HSV208°69°93°
CMYK 0.690.320.00   0.07
XYZ30.709233.001784.1083
Yxy33.00170.20770.2233
Hunter Lab57.4471-5.1126-46.5935
CIE-Lab64.1623-2.4329-45.2977

#4aa1ec color RGB value is (74,161,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100001 11101100
Octal 112 241 354
Decimal 74 161 236
Hex 4A A1 EC

RGB Percentages of Color #4aa1ec

%15.71
%34.18
%50.11

CMYK Percentages of Color #4aa1ec

%69
%32
%0
%7

Triadic Colors of #4aa1ec

#4aa1ec #ec4aa1 #a1ec4a

Analogous Colors of #4aa1ec

#4aa1ec #4a50ec #4aece6

Monochromatic Colors of #4aa1ec

#4aa1ec

Complementary Color

#4aa1ec #ec954a

#4aa1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa1ec Color CSS Codes

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

#4aa1ec Text Font Color

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

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


#4aa1ec Background Color

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

This div background color is #4aa1ec


#4aa1ec Border Color

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

This div border color is #4aa1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa1ec


Comments

No comments written yet.

Please login to write comment.