Color Hex Logo

#3accba Color Hex

#3ACCBA
(58,204,186)
0 Favorites   0 Comments

Color spaces of #3accba

RGB 58204186
HSL0.480.590.51
HSV173°72°80°
CMYK 0.720.000.09   0.20
XYZ32.200747.630453.9508
Yxy47.63040.24070.3560
Hunter Lab69.0148-37.49191.9617
CIE-Lab74.5912-41.9182-2.0700

#3accba color RGB value is (58,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 10111010
Octal 72 314 272
Decimal 58 204 186
Hex 3A CC BA

RGB Percentages of Color #3accba

%12.95
%45.54
%41.52

CMYK Percentages of Color #3accba

%72
%0
%9
%20

Triadic Colors of #3accba

#3accba #ba3acc #ccba3a

Analogous Colors of #3accba

#3accba #3a95cc #3acc71

Monochromatic Colors of #3accba

#3accba

Complementary Color

#3accba #cc3a4c

#3accba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3accba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3accba Color CSS Codes

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

#3accba Text Font Color

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

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


#3accba Background Color

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

This div background color is #3accba


#3accba Border Color

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

This div border color is #3accba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3accba


Comments

No comments written yet.

Please login to write comment.