Color Hex Logo

#3accca Color Hex

#3ACCCA
(58,204,202)
0 Favorites   0 Comments

Color spaces of #3accca

RGB 58204202
HSL0.500.590.51
HSV179°72°80°
CMYK 0.720.000.01   0.20
XYZ33.998548.349563.4176
Yxy48.34950.23320.3317
Hunter Lab69.5338-34.4067-5.4012
CIE-Lab75.0448-37.5038-10.0505

#3accca color RGB value is (58,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 11001010
Octal 72 314 312
Decimal 58 204 202
Hex 3A CC CA

RGB Percentages of Color #3accca

%12.50
%43.97
%43.53

CMYK Percentages of Color #3accca

%72
%0
%1
%20

Triadic Colors of #3accca

#3accca #ca3acc #ccca3a

Analogous Colors of #3accca

#3accca #3a85cc #3acc81

Monochromatic Colors of #3accca

#3accca

Complementary Color

#3accca #cc3a3c

#3accca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3accca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3accca Color CSS Codes

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

#3accca Text Font Color

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

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


#3accca Background Color

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

This div background color is #3accca


#3accca Border Color

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

This div border color is #3accca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3accca


Comments

No comments written yet.

Please login to write comment.