Color Hex Logo

#2ad187 Color Hex

#2AD187
(42,209,135)
0 Favorites   0 Comments

Color spaces of #2ad187

RGB 42209135
HSL0.430.670.49
HSV153°80°82°
CMYK 0.800.000.35   0.18
XYZ28.128547.842430.6737
Yxy47.84240.26380.4486
Hunter Lab69.1682-48.454122.1247
CIE-Lab74.7254-57.857025.3143

#2ad187 color RGB value is (42,209,135).

#2ad187 hex color red value is 42, green value is 209 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #2ad187 hue: 0.43 , saturation: 0.67 and the lightness value of 2ad187 is 0.49.

The process color (four color CMYK) of #2ad187 color hex is 0.80, 0.00, 0.35, 0.18. Web safe color of #2ad187 is #33cc99. Color #2ad187 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11010001 10000111
Octal 52 321 207
Decimal 42 209 135
Hex 2A D1 87

RGB Percentages of Color #2ad187

%10.88
%54.15
%34.97

CMYK Percentages of Color #2ad187

%80
%0
%35
%18

Triadic Colors of #2ad187

#2ad187 #872ad1 #d1872a

Analogous Colors of #2ad187

#2ad187 #2ac8d1 #2ad134

Monochromatic Colors of #2ad187

#2ad187

Complementary Color

#2ad187 #d12a74

#2ad187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ad187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ad187 Color CSS Codes

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

#2ad187 Text Font Color

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

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


#2ad187 Background Color

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

This div background color is #2ad187


#2ad187 Border Color

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

This div border color is #2ad187


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,209,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ad187; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ad187;
  -webkit-box-shadow: 1px 1px 3px 2px #2ad187;
  box-shadow:         1px 1px 3px 2px #2ad187; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,209,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ad187


Comments

No comments written yet.

Please login to write comment.