Color Hex Logo

#3aadda Color Hex

#3AADDA
(58,173,218)
0 Favorites   0 Comments

Color spaces of #3aadda

RGB 58173218
HSL0.550.680.54
HSV197°73°85°
CMYK 0.730.210.00   0.15
XYZ29.343435.848671.7026
Yxy35.84860.21440.2619
Hunter Lab59.8737-17.2982-29.0920
CIE-Lab66.4041-17.2595-31.9263

#3aadda color RGB value is (58,173,218).

#3aadda hex color red value is 58, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3aadda hue: 0.55 , saturation: 0.68 and the lightness value of 3aadda is 0.54.

The process color (four color CMYK) of #3aadda color hex is 0.73, 0.21, 0.00, 0.15. Web safe color of #3aadda is #3399cc. Color #3aadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 11011010
Octal 72 255 332
Decimal 58 173 218
Hex 3A AD DA

RGB Percentages of Color #3aadda

%12.92
%38.53
%48.55

CMYK Percentages of Color #3aadda

%73
%21
%0
%15

Triadic Colors of #3aadda

#3aadda #da3aad #adda3a

Analogous Colors of #3aadda

#3aadda #3a5dda #3adab7

Monochromatic Colors of #3aadda

#3aadda

Complementary Color

#3aadda #da673a

#3aadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aadda Color CSS Codes

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

#3aadda Text Font Color

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

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


#3aadda Background Color

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

This div background color is #3aadda


#3aadda Border Color

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

This div border color is #3aadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aadda


Comments

No comments written yet.

Please login to write comment.