color codes Logo

#abd27d color codes

#ABD27D
(171,210,125)
0 Favorites   0 Comments

Color spaces of #abd27d

RGB 171210125
HSL0.240.490.66
HSV88°40°82°
CMYK 0.190.000.40   0.18
XYZ43.542956.231827.9609
Yxy56.23180.34090.4402
Hunter Lab74.9879-27.579930.3839
CIE-Lab79.7456-27.250937.9547

#abd27d color RGB value is (171,210,125).

#abd27d hex color red value is 171, green value is 210 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #abd27d hue: 0.24 , saturation: 0.49 and the lightness value of abd27d is 0.66.

The process color (four color CMYK) of #abd27d color code is 0.19, 0.00, 0.40, 0.18. Web safe color of #abd27d is #99cc66. Color #abd27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 01111101
Octal 253 322 175
Decimal 171 210 125
Hex AB D2 7D

RGB Percentages of Color #abd27d

%33.79
%41.50
%24.70

CMYK Percentages of Color #abd27d

%19
%0
%40
%18

Triadic Colors of #abd27d

#abd27d #7dabd2 #d27dab

Analogous Colors of #abd27d

#abd27d #81d27d #d2cf7d

Monochromatic Colors of #abd27d

#abd27d

Complementary Color

#abd27d #a47dd2

#abd27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd27d Color CSS Codes

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

#abd27d Text Font Color

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

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


#abd27d Background Color

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

This div background color is #abd27d


#abd27d Border Color

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

This div border color is #abd27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd27d


Comments

No comments written yet.

Please login to write comment.