Color Hex Logo

#3aaaf5 Color Hex

#3AAAF5
(58,170,245)
0 Favorites   0 Comments

Color spaces of #3aaaf5

RGB 58170245
HSL0.570.900.59
HSV204°76°96°
CMYK 0.760.310.00   0.04
XYZ32.601136.241691.6633
Yxy36.24160.20310.2258
Hunter Lab60.2010-8.6873-48.1355
CIE-Lab66.7041-6.4833-46.2530

#3aaaf5 color RGB value is (58,170,245).

#3aaaf5 hex color red value is 58, green value is 170 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #3aaaf5 hue: 0.57 , saturation: 0.90 and the lightness value of 3aaaf5 is 0.59.

The process color (four color CMYK) of #3aaaf5 color hex is 0.76, 0.31, 0.00, 0.04. Web safe color of #3aaaf5 is #3399ff. Color #3aaaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 11110101
Octal 72 252 365
Decimal 58 170 245
Hex 3A AA F5

RGB Percentages of Color #3aaaf5

%12.26
%35.94
%51.80

CMYK Percentages of Color #3aaaf5

%76
%31
%0
%4

Triadic Colors of #3aaaf5

#3aaaf5 #f53aaa #aaf53a

Analogous Colors of #3aaaf5

#3aaaf5 #3a4df5 #3af5e3

Monochromatic Colors of #3aaaf5

#3aaaf5

Complementary Color

#3aaaf5 #f5853a

#3aaaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaaf5 Color CSS Codes

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

#3aaaf5 Text Font Color

<p style="color:#3aaaf5">Text here</p>

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


#3aaaf5 Background Color

<div style="background-color:#3aaaf5">
Div content here</div>

This div background color is #3aaaf5


#3aaaf5 Border Color

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

This div border color is #3aaaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaaf5


Comments

No comments written yet.

Please login to write comment.