Color Hex Logo

#3acbcc Color Hex

#3ACBCC
(58,203,204)
0 Favorites   0 Comments

Color spaces of #3acbcc

RGB 58203204
HSL0.500.590.51
HSV180°72°80°
CMYK 0.720.000.00   0.20
XYZ33.999947.971064.5941
Yxy47.97100.23200.3273
Hunter Lab69.2611-33.5822-6.8121
CIE-Lab74.8066-36.4722-11.4878

#3acbcc color RGB value is (58,203,204).

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

The process color (four color CMYK) of #3acbcc color hex is 0.72, 0.00, 0.00, 0.20. Web safe color of #3acbcc is #33cccc. Color #3acbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001011 11001100
Octal 72 313 314
Decimal 58 203 204
Hex 3A CB CC

RGB Percentages of Color #3acbcc

%12.47
%43.66
%43.87

CMYK Percentages of Color #3acbcc

%72
%0
%0
%20

Triadic Colors of #3acbcc

#3acbcc #cc3acb #cbcc3a

Analogous Colors of #3acbcc

#3acbcc #3a82cc #3acc84

Monochromatic Colors of #3acbcc

#3acbcc

Complementary Color

#3acbcc #cc3b3a

#3acbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acbcc Color CSS Codes

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

#3acbcc Text Font Color

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

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


#3acbcc Background Color

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

This div background color is #3acbcc


#3acbcc Border Color

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

This div border color is #3acbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acbcc


Comments

No comments written yet.

Please login to write comment.