Color Hex Logo

#2adc8b Color Hex

#2ADC8B
(42,220,139)
0 Favorites   0 Comments

Color spaces of #2adc8b

RGB 42220139
HSL0.420.720.51
HSV153°81°86°
CMYK 0.810.000.37   0.14
XYZ31.208253.542733.1160
Yxy53.54270.26480.4543
Hunter Lab73.1729-51.922424.3880
CIE-Lab78.1943-61.067527.9039

#2adc8b color RGB value is (42,220,139).

#2adc8b hex color red value is 42, green value is 220 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #2adc8b hue: 0.42 , saturation: 0.72 and the lightness value of 2adc8b is 0.51.

The process color (four color CMYK) of #2adc8b color hex is 0.81, 0.00, 0.37, 0.14. Web safe color of #2adc8b is #33cc99. Color #2adc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011100 10001011
Octal 52 334 213
Decimal 42 220 139
Hex 2A DC 8B

RGB Percentages of Color #2adc8b

%10.47
%54.86
%34.66

CMYK Percentages of Color #2adc8b

%81
%0
%37
%14

Triadic Colors of #2adc8b

#2adc8b #8b2adc #dc8b2a

Analogous Colors of #2adc8b

#2adc8b #2ad4dc #2adc32

Monochromatic Colors of #2adc8b

#2adc8b

Complementary Color

#2adc8b #dc2a7b

#2adc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adc8b Color CSS Codes

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

#2adc8b Text Font Color

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

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


#2adc8b Background Color

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

This div background color is #2adc8b


#2adc8b Border Color

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

This div border color is #2adc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adc8b


Comments

No comments written yet.

Please login to write comment.