Color Hex Logo

#3aaddc Color Hex

#3AADDC
(58,173,220)
0 Favorites   0 Comments

Color spaces of #3aaddc

RGB 58173220
HSL0.550.700.55
HSV197°74°86°
CMYK 0.740.210.00   0.14
XYZ29.606835.954073.0895
Yxy35.95400.21350.2593
Hunter Lab59.9617-16.7963-30.2976
CIE-Lab66.4848-16.5992-32.9019

#3aaddc color RGB value is (58,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 11011100
Octal 72 255 334
Decimal 58 173 220
Hex 3A AD DC

RGB Percentages of Color #3aaddc

%12.86
%38.36
%48.78

CMYK Percentages of Color #3aaddc

%74
%21
%0
%14

Triadic Colors of #3aaddc

#3aaddc #dc3aad #addc3a

Analogous Colors of #3aaddc

#3aaddc #3a5cdc #3adcba

Monochromatic Colors of #3aaddc

#3aaddc

Complementary Color

#3aaddc #dc693a

#3aaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaddc Color CSS Codes

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

#3aaddc Text Font Color

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

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


#3aaddc Background Color

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

This div background color is #3aaddc


#3aaddc Border Color

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

This div border color is #3aaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaddc


Comments

No comments written yet.

Please login to write comment.