Color Hex Logo

#3addab Color Hex

#3ADDAB
(58,221,171)
0 Favorites   0 Comments

Color spaces of #3addab

RGB 58221171
HSL0.450.710.55
HSV162°74°87°
CMYK 0.740.000.23   0.13
XYZ34.952155.552747.4087
Yxy55.55270.25340.4028
Hunter Lab74.5337-46.727514.4609
CIE-Lab79.3586-52.809612.8241

#3addab color RGB value is (58,221,171).

#3addab hex color red value is 58, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3addab hue: 0.45 , saturation: 0.71 and the lightness value of 3addab is 0.55.

The process color (four color CMYK) of #3addab color hex is 0.74, 0.00, 0.23, 0.13. Web safe color of #3addab is #33cc99. Color #3addab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 10101011
Octal 72 335 253
Decimal 58 221 171
Hex 3A DD AB

RGB Percentages of Color #3addab

%12.89
%49.11
%38.00

CMYK Percentages of Color #3addab

%74
%0
%23
%13

Triadic Colors of #3addab

#3addab #ab3add #ddab3a

Analogous Colors of #3addab

#3addab #3abedd #3add5a

Monochromatic Colors of #3addab

#3addab

Complementary Color

#3addab #dd3a6c

#3addab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addab Color CSS Codes

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

#3addab Text Font Color

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

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


#3addab Background Color

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

This div background color is #3addab


#3addab Border Color

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

This div border color is #3addab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addab


Comments

No comments written yet.

Please login to write comment.