Color Hex Logo

#4aa6ef Color Hex

#4AA6EF
(74,166,239)
0 Favorites   0 Comments

Color spaces of #4aa6ef

RGB 74166239
HSL0.570.840.61
HSV207°69°94°
CMYK 0.690.310.00   0.06
XYZ32.040234.960386.7207
Yxy34.96030.20840.2274
Hunter Lab59.1272-6.7461-45.5704
CIE-Lab65.7177-4.2506-44.4965

#4aa6ef color RGB value is (74,166,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100110 11101111
Octal 112 246 357
Decimal 74 166 239
Hex 4A A6 EF

RGB Percentages of Color #4aa6ef

%15.45
%34.66
%49.90

CMYK Percentages of Color #4aa6ef

%69
%31
%0
%6

Triadic Colors of #4aa6ef

#4aa6ef #ef4aa6 #a6ef4a

Analogous Colors of #4aa6ef

#4aa6ef #4a54ef #4aefe6

Monochromatic Colors of #4aa6ef

#4aa6ef

Complementary Color

#4aa6ef #ef934a

#4aa6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa6ef Color CSS Codes

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

#4aa6ef Text Font Color

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

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


#4aa6ef Background Color

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

This div background color is #4aa6ef


#4aa6ef Border Color

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

This div border color is #4aa6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa6ef


Comments

No comments written yet.

Please login to write comment.