Color Hex Logo

#4aaaf1 Color Hex

#4AAAF1
(74,170,241)
0 Favorites   0 Comments

Color spaces of #4aaaf1

RGB 74170241
HSL0.570.860.62
HSV206°69°95°
CMYK 0.690.290.00   0.05
XYZ33.075936.556288.5318
Yxy36.55620.20910.2311
Hunter Lab60.4617-8.1587-44.4929
CIE-Lab66.9427-5.8209-43.6661

#4aaaf1 color RGB value is (74,170,241).

#4aaaf1 hex color red value is 74, green value is 170 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #4aaaf1 hue: 0.57 , saturation: 0.86 and the lightness value of 4aaaf1 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 11110001
Octal 112 252 361
Decimal 74 170 241
Hex 4A AA F1

RGB Percentages of Color #4aaaf1

%15.26
%35.05
%49.69

CMYK Percentages of Color #4aaaf1

%69
%29
%0
%5

Triadic Colors of #4aaaf1

#4aaaf1 #f14aaa #aaf14a

Analogous Colors of #4aaaf1

#4aaaf1 #4a57f1 #4af1e5

Monochromatic Colors of #4aaaf1

#4aaaf1

Complementary Color

#4aaaf1 #f1914a

#4aaaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaaf1 Color CSS Codes

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

#4aaaf1 Text Font Color

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

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


#4aaaf1 Background Color

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

This div background color is #4aaaf1


#4aaaf1 Border Color

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

This div border color is #4aaaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaaf1


Comments

No comments written yet.

Please login to write comment.