Color Hex Logo

#3acbaa Color Hex

#3ACBAA
(58,203,170)
0 Favorites   0 Comments

Color spaces of #3acbaa

RGB 58203170
HSL0.460.580.51
HSV166°71°80°
CMYK 0.710.000.16   0.20
XYZ30.356646.513745.4083
Yxy46.51370.24830.3804
Hunter Lab68.2010-39.90048.2653
CIE-Lab73.8776-45.62765.5370

#3acbaa color RGB value is (58,203,170).

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

The process color (four color CMYK) of #3acbaa color hex is 0.71, 0.00, 0.16, 0.20. Web safe color of #3acbaa is #33cc99. Color #3acbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001011 10101010
Octal 72 313 252
Decimal 58 203 170
Hex 3A CB AA

RGB Percentages of Color #3acbaa

%13.46
%47.10
%39.44

CMYK Percentages of Color #3acbaa

%71
%0
%16
%20

Triadic Colors of #3acbaa

#3acbaa #aa3acb #cbaa3a

Analogous Colors of #3acbaa

#3acbaa #3aa4cb #3acb62

Monochromatic Colors of #3acbaa

#3acbaa

Complementary Color

#3acbaa #cb3a5b

#3acbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acbaa Color CSS Codes

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

#3acbaa Text Font Color

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

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


#3acbaa Background Color

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

This div background color is #3acbaa


#3acbaa Border Color

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

This div border color is #3acbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acbaa


Comments

No comments written yet.

Please login to write comment.