Color Hex Logo

#3aadcc Color Hex

#3AADCC
(58,173,204)
0 Favorites   0 Comments

Color spaces of #3aadcc

RGB 58173204
HSL0.540.590.51
HSV193°72°80°
CMYK 0.720.150.00   0.20
XYZ27.587635.146362.4566
Yxy35.14630.22040.2807
Hunter Lab59.2843-20.6836-20.9636
CIE-Lab65.8624-21.8040-25.0343

#3aadcc color RGB value is (58,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 11001100
Octal 72 255 314
Decimal 58 173 204
Hex 3A AD CC

RGB Percentages of Color #3aadcc

%13.33
%39.77
%46.90

CMYK Percentages of Color #3aadcc

%72
%15
%0
%20

Triadic Colors of #3aadcc

#3aadcc #cc3aad #adcc3a

Analogous Colors of #3aadcc

#3aadcc #3a64cc #3acca2

Monochromatic Colors of #3aadcc

#3aadcc

Complementary Color

#3aadcc #cc593a

#3aadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aadcc Color CSS Codes

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

#3aadcc Text Font Color

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

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


#3aadcc Background Color

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

This div background color is #3aadcc


#3aadcc Border Color

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

This div border color is #3aadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aadcc


Comments

No comments written yet.

Please login to write comment.