Color Hex Logo

#3addad Color Hex

#3ADDAD
(58,221,173)
0 Favorites   0 Comments

Color spaces of #3addad

RGB 58221173
HSL0.450.710.55
HSV162°74°87°
CMYK 0.740.000.22   0.13
XYZ35.144255.629648.4205
Yxy55.62960.25250.3997
Hunter Lab74.5853-46.415913.7188
CIE-Lab79.4025-52.344111.8291

#3addad color RGB value is (58,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 10101101
Octal 72 335 255
Decimal 58 221 173
Hex 3A DD AD

RGB Percentages of Color #3addad

%12.83
%48.89
%38.27

CMYK Percentages of Color #3addad

%74
%0
%22
%13

Triadic Colors of #3addad

#3addad #ad3add #ddad3a

Analogous Colors of #3addad

#3addad #3abcdd #3add5c

Monochromatic Colors of #3addad

#3addad

Complementary Color

#3addad #dd3a6a

#3addad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addad Color CSS Codes

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

#3addad Text Font Color

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

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


#3addad Background Color

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

This div background color is #3addad


#3addad Border Color

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

This div border color is #3addad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addad


Comments

No comments written yet.

Please login to write comment.