Color Hex Logo

#3addaf Color Hex

#3ADDAF
(58,221,175)
0 Favorites   0 Comments

Color spaces of #3addaf

RGB 58221175
HSL0.450.710.55
HSV163°74°87°
CMYK 0.740.000.21   0.13
XYZ35.339255.707649.4475
Yxy55.70760.25150.3965
Hunter Lab74.6375-46.099912.9665
CIE-Lab79.4471-51.873710.8342

#3addaf color RGB value is (58,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 10101111
Octal 72 335 257
Decimal 58 221 175
Hex 3A DD AF

RGB Percentages of Color #3addaf

%12.78
%48.68
%38.55

CMYK Percentages of Color #3addaf

%74
%0
%21
%13

Triadic Colors of #3addaf

#3addaf #af3add #ddaf3a

Analogous Colors of #3addaf

#3addaf #3abadd #3add5e

Monochromatic Colors of #3addaf

#3addaf

Complementary Color

#3addaf #dd3a68

#3addaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addaf Color CSS Codes

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

#3addaf Text Font Color

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

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


#3addaf Background Color

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

This div background color is #3addaf


#3addaf Border Color

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

This div border color is #3addaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addaf


Comments

No comments written yet.

Please login to write comment.