Color Hex Logo

#2adb9d Color Hex

#2ADB9D
(42,219,157)
0 Favorites   0 Comments

Color spaces of #2adb9d

RGB 42219157
HSL0.440.710.51
HSV159°81°86°
CMYK 0.810.000.28   0.14
XYZ32.372253.589640.5359
Yxy53.58960.25590.4236
Hunter Lab73.2049-49.173518.4127
CIE-Lab78.2218-56.949718.5749

#2adb9d color RGB value is (42,219,157).

#2adb9d hex color red value is 42, green value is 219 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #2adb9d hue: 0.44 , saturation: 0.71 and the lightness value of 2adb9d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011011 10011101
Octal 52 333 235
Decimal 42 219 157
Hex 2A DB 9D

RGB Percentages of Color #2adb9d

%10.05
%52.39
%37.56

CMYK Percentages of Color #2adb9d

%81
%0
%28
%14

Triadic Colors of #2adb9d

#2adb9d #9d2adb #db9d2a

Analogous Colors of #2adb9d

#2adb9d #2ac1db #2adb45

Monochromatic Colors of #2adb9d

#2adb9d

Complementary Color

#2adb9d #db2a68

#2adb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adb9d Color CSS Codes

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

#2adb9d Text Font Color

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

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


#2adb9d Background Color

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

This div background color is #2adb9d


#2adb9d Border Color

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

This div border color is #2adb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adb9d


Comments

No comments written yet.

Please login to write comment.