Color Hex Logo

#2dab8d Color Hex

#2DAB8D
(45,171,141)
0 Favorites   0 Comments

Color spaces of #2dab8d

RGB 45171141
HSL0.460.580.42
HSV166°74°67°
CMYK 0.740.000.18   0.33
XYZ20.452831.606830.2220
Yxy31.60680.24860.3841
Hunter Lab56.2199-33.44667.4816
CIE-Lab63.0166-40.96595.7734

#2dab8d color RGB value is (45,171,141).

#2dab8d hex color red value is 45, green value is 171 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #2dab8d hue: 0.46 , saturation: 0.58 and the lightness value of 2dab8d is 0.42.

The process color (four color CMYK) of #2dab8d color hex is 0.74, 0.00, 0.18, 0.33. Web safe color of #2dab8d is #339999. Color #2dab8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10101011 10001101
Octal 55 253 215
Decimal 45 171 141
Hex 2D AB 8D

RGB Percentages of Color #2dab8d

%12.61
%47.90
%39.50

CMYK Percentages of Color #2dab8d

%74
%0
%18
%33

Triadic Colors of #2dab8d

#2dab8d #8d2dab #ab8d2d

Analogous Colors of #2dab8d

#2dab8d #2d8aab #2dab4e

Monochromatic Colors of #2dab8d

#2dab8d

Complementary Color

#2dab8d #ab2d4b

#2dab8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dab8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dab8d Color CSS Codes

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

#2dab8d Text Font Color

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

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


#2dab8d Background Color

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

This div background color is #2dab8d


#2dab8d Border Color

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

This div border color is #2dab8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dab8d


Comments

No comments written yet.

Please login to write comment.