Color Hex Logo

#2dc699 Color Hex

#2DC699
(45,198,153)
0 Favorites   0 Comments

Color spaces of #2dc699

RGB 45198153
HSL0.450.630.48
HSV162°77°78°
CMYK 0.770.000.23   0.22
XYZ27.026043.246037.0599
Yxy43.24600.25180.4029
Hunter Lab65.7617-41.725012.6204
CIE-Lab71.7216-49.321011.6037

#2dc699 color RGB value is (45,198,153).

#2dc699 hex color red value is 45, green value is 198 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #2dc699 hue: 0.45 , saturation: 0.63 and the lightness value of 2dc699 is 0.48.

The process color (four color CMYK) of #2dc699 color hex is 0.77, 0.00, 0.23, 0.22. Web safe color of #2dc699 is #33cc99. Color #2dc699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11000110 10011001
Octal 55 306 231
Decimal 45 198 153
Hex 2D C6 99

RGB Percentages of Color #2dc699

%11.36
%50.00
%38.64

CMYK Percentages of Color #2dc699

%77
%0
%23
%22

Triadic Colors of #2dc699

#2dc699 #992dc6 #c6992d

Analogous Colors of #2dc699

#2dc699 #2da7c6 #2dc64d

Monochromatic Colors of #2dc699

#2dc699

Complementary Color

#2dc699 #c62d5a

#2dc699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dc699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dc699 Color CSS Codes

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

#2dc699 Text Font Color

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

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


#2dc699 Background Color

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

This div background color is #2dc699


#2dc699 Border Color

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

This div border color is #2dc699


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,198,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 #2dc699">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dc699


Comments

No comments written yet.

Please login to write comment.