Color Hex Logo

#3aaccc Color Hex

#3AACCC
(58,172,204)
0 Favorites   0 Comments

Color spaces of #3aaccc

RGB 58172204
HSL0.540.590.51
HSV193°72°80°
CMYK 0.720.160.00   0.20
XYZ27.396534.764262.3930
Yxy34.76420.22000.2791
Hunter Lab58.9612-20.2415-21.4681
CIE-Lab65.5647-21.2868-25.4913

#3aaccc color RGB value is (58,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101100 11001100
Octal 72 254 314
Decimal 58 172 204
Hex 3A AC CC

RGB Percentages of Color #3aaccc

%13.36
%39.63
%47.00

CMYK Percentages of Color #3aaccc

%72
%16
%0
%20

Triadic Colors of #3aaccc

#3aaccc #cc3aac #accc3a

Analogous Colors of #3aaccc

#3aaccc #3a63cc #3acca3

Monochromatic Colors of #3aaccc

#3aaccc

Complementary Color

#3aaccc #cc5a3a

#3aaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaccc Color CSS Codes

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

#3aaccc Text Font Color

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

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


#3aaccc Background Color

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

This div background color is #3aaccc


#3aaccc Border Color

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

This div border color is #3aaccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,172,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 #3aaccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaccc


Comments

No comments written yet.

Please login to write comment.