Color Hex Logo

#2dd696 Color Hex

#2DD696
(45,214,150)
0 Favorites   0 Comments

Color spaces of #2dd696

RGB 45214150
HSL0.440.670.51
HSV157°79°84°
CMYK 0.790.000.30   0.16
XYZ30.633850.853037.0552
Yxy50.85300.25840.4290
Hunter Lab71.3113-48.115019.1093
CIE-Lab76.5899-56.281120.0031

#2dd696 color RGB value is (45,214,150).

#2dd696 hex color red value is 45, green value is 214 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #2dd696 hue: 0.44 , saturation: 0.67 and the lightness value of 2dd696 is 0.51.

The process color (four color CMYK) of #2dd696 color hex is 0.79, 0.00, 0.30, 0.16. Web safe color of #2dd696 is #33cc99. Color #2dd696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11010110 10010110
Octal 55 326 226
Decimal 45 214 150
Hex 2D D6 96

RGB Percentages of Color #2dd696

%11.00
%52.32
%36.67

CMYK Percentages of Color #2dd696

%79
%0
%30
%16

Triadic Colors of #2dd696

#2dd696 #962dd6 #d6962d

Analogous Colors of #2dd696

#2dd696 #2dc2d6 #2dd642

Monochromatic Colors of #2dd696

#2dd696

Complementary Color

#2dd696 #d62d6d

#2dd696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dd696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dd696 Color CSS Codes

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

#2dd696 Text Font Color

<p style="color:#2dd696">Text here</p>

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


#2dd696 Background Color

<div style="background-color:#2dd696">
Div content here</div>

This div background color is #2dd696


#2dd696 Border Color

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

This div border color is #2dd696


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,214,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2dd696; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2dd696;
  -webkit-box-shadow: 1px 1px 3px 2px #2dd696;
  box-shadow:         1px 1px 3px 2px #2dd696; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,214,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dd696


Comments

No comments written yet.

Please login to write comment.