Color Hex Logo

#3aceaa Color Hex

#3ACEAA
(58,206,170)
0 Favorites   0 Comments

Color spaces of #3aceaa

RGB 58206170
HSL0.460.600.52
HSV165°72°81°
CMYK 0.720.000.17   0.19
XYZ31.071947.944445.6468
Yxy47.94440.24920.3846
Hunter Lab69.2419-41.07259.3832
CIE-Lab74.7898-46.89596.8486

#3aceaa color RGB value is (58,206,170).

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

The process color (four color CMYK) of #3aceaa color hex is 0.72, 0.00, 0.17, 0.19. Web safe color of #3aceaa is #33cc99. Color #3aceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 10101010
Octal 72 316 252
Decimal 58 206 170
Hex 3A CE AA

RGB Percentages of Color #3aceaa

%13.36
%47.47
%39.17

CMYK Percentages of Color #3aceaa

%72
%0
%17
%19

Triadic Colors of #3aceaa

#3aceaa #aa3ace #ceaa3a

Analogous Colors of #3aceaa

#3aceaa #3aa8ce #3ace60

Monochromatic Colors of #3aceaa

#3aceaa

Complementary Color

#3aceaa #ce3a5e

#3aceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aceaa Color CSS Codes

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

#3aceaa Text Font Color

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

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


#3aceaa Background Color

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

This div background color is #3aceaa


#3aceaa Border Color

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

This div border color is #3aceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aceaa


Comments

No comments written yet.

Please login to write comment.