Color Hex Logo

#3add99 Color Hex

#3ADD99
(58,221,153)
0 Favorites   0 Comments

Color spaces of #3add99

RGB 58221153
HSL0.430.710.55
HSV155°74°87°
CMYK 0.740.000.31   0.13
XYZ33.351154.912438.9783
Yxy54.91240.26210.4316
Hunter Lab74.1029-49.343520.6854
CIE-Lab78.9908-56.779521.7676

#3add99 color RGB value is (58,221,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 10011001
Octal 72 335 231
Decimal 58 221 153
Hex 3A DD 99

RGB Percentages of Color #3add99

%13.43
%51.16
%35.42

CMYK Percentages of Color #3add99

%74
%0
%31
%13

Triadic Colors of #3add99

#3add99 #993add #dd993a

Analogous Colors of #3add99

#3add99 #3ad0dd #3add48

Monochromatic Colors of #3add99

#3add99

Complementary Color

#3add99 #dd3a7e

#3add99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3add99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3add99 Color CSS Codes

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

#3add99 Text Font Color

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

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


#3add99 Background Color

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

This div background color is #3add99


#3add99 Border Color

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

This div border color is #3add99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3add99


Comments

No comments written yet.

Please login to write comment.