Color Hex Logo

#3aaaff Color Hex

#3AAAFF
(58,170,255)
0 Favorites   0 Comments

Color spaces of #3aaaff

RGB 58170255
HSL0.571.000.61
HSV206°77°100°
CMYK 0.770.330.00   0.00
XYZ34.169636.869099.9232
Yxy36.86900.19990.2157
Hunter Lab60.7198-5.8103-55.0663
CIE-Lab67.1786-3.0033-50.9449

#3aaaff color RGB value is (58,170,255).

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

The process color (four color CMYK) of #3aaaff color hex is 0.77, 0.33, 0.00, 0.00. Web safe color of #3aaaff is #3399ff. Color #3aaaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 11111111
Octal 72 252 377
Decimal 58 170 255
Hex 3A AA FF

RGB Percentages of Color #3aaaff

%12.01
%35.20
%52.80

CMYK Percentages of Color #3aaaff

%77
%33
%0
%0

Triadic Colors of #3aaaff

#3aaaff #ff3aaa #aaff3a

Analogous Colors of #3aaaff

#3aaaff #3a48ff #3afff2

Monochromatic Colors of #3aaaff

#3aaaff

Complementary Color

#3aaaff #ff8f3a

#3aaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaaff Color CSS Codes

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

#3aaaff Text Font Color

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

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


#3aaaff Background Color

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

This div background color is #3aaaff


#3aaaff Border Color

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

This div border color is #3aaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaaff

#3aaaff Color Palettes


Comments

No comments written yet.

Please login to write comment.