Color Hex Logo

#abda8d Color Hex

#ABDA8D
(171,218,141)
0 Favorites   0 Comments

Color spaces of #abda8d

RGB 171218141
HSL0.270.510.70
HSV97°35°85°
CMYK 0.220.000.35   0.15
XYZ46.673760.723834.4602
Yxy60.72380.32900.4281
Hunter Lab77.9255-29.456528.3286
CIE-Lab82.2300-28.934833.0663

#abda8d color RGB value is (171,218,141).

#abda8d hex color red value is 171, green value is 218 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #abda8d hue: 0.27 , saturation: 0.51 and the lightness value of abda8d is 0.70.

The process color (four color CMYK) of #abda8d color hex is 0.22, 0.00, 0.35, 0.15. Web safe color of #abda8d is #99cc99. Color #abda8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10001101
Octal 253 332 215
Decimal 171 218 141
Hex AB DA 8D

RGB Percentages of Color #abda8d

%32.26
%41.13
%26.60

CMYK Percentages of Color #abda8d

%22
%0
%35
%15

Triadic Colors of #abda8d

#abda8d #8dabda #da8dab

Analogous Colors of #abda8d

#abda8d #8dda96 #d2da8d

Monochromatic Colors of #abda8d

#abda8d

Complementary Color

#abda8d #bc8dda

#abda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda8d Color CSS Codes

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

#abda8d Text Font Color

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

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


#abda8d Background Color

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

This div background color is #abda8d


#abda8d Border Color

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

This div border color is #abda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda8d


Comments

No comments written yet.

Please login to write comment.