Color Hex Logo

#3aaade Color Hex

#3AAADE
(58,170,222)
0 Favorites   0 Comments

Color spaces of #3aaade

RGB 58170222
HSL0.550.710.55
HSV199°74°87°
CMYK 0.740.230.00   0.13
XYZ29.304534.922974.3035
Yxy34.92290.21150.2521
Hunter Lab59.0956-14.9022-33.1810
CIE-Lab65.6886-14.3249-35.2388

#3aaade color RGB value is (58,170,222).

#3aaade hex color red value is 58, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3aaade hue: 0.55 , saturation: 0.71 and the lightness value of 3aaade is 0.55.

The process color (four color CMYK) of #3aaade color hex is 0.74, 0.23, 0.00, 0.13. Web safe color of #3aaade is #3399cc. Color #3aaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 11011110
Octal 72 252 336
Decimal 58 170 222
Hex 3A AA DE

RGB Percentages of Color #3aaade

%12.89
%37.78
%49.33

CMYK Percentages of Color #3aaade

%74
%23
%0
%13

Triadic Colors of #3aaade

#3aaade #de3aaa #aade3a

Analogous Colors of #3aaade

#3aaade #3a58de #3adec0

Monochromatic Colors of #3aaade

#3aaade

Complementary Color

#3aaade #de6e3a

#3aaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaade Color CSS Codes

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

#3aaade Text Font Color

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

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


#3aaade Background Color

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

This div background color is #3aaade


#3aaade Border Color

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

This div border color is #3aaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaade


Comments

No comments written yet.

Please login to write comment.