Color Hex Logo

#3accbc Color Hex

#3ACCBC
(58,204,188)
0 Favorites   0 Comments

Color spaces of #3accbc

RGB 58204188
HSL0.480.590.51
HSV173°72°80°
CMYK 0.720.000.08   0.20
XYZ32.414947.716155.0786
Yxy47.71610.23970.3529
Hunter Lab69.0768-37.12181.0788
CIE-Lab74.6455-41.3811-3.0716

#3accbc color RGB value is (58,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 10111100
Octal 72 314 274
Decimal 58 204 188
Hex 3A CC BC

RGB Percentages of Color #3accbc

%12.89
%45.33
%41.78

CMYK Percentages of Color #3accbc

%72
%0
%8
%20

Triadic Colors of #3accbc

#3accbc #bc3acc #ccbc3a

Analogous Colors of #3accbc

#3accbc #3a93cc #3acc73

Monochromatic Colors of #3accbc

#3accbc

Complementary Color

#3accbc #cc3a4a

#3accbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3accbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3accbc Color CSS Codes

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

#3accbc Text Font Color

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

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


#3accbc Background Color

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

This div background color is #3accbc


#3accbc Border Color

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

This div border color is #3accbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3accbc


Comments

No comments written yet.

Please login to write comment.