Color Hex Logo

#abe7bd Color Hex

#ABE7BD
(171,231,189)
0 Favorites   0 Comments

Color spaces of #abe7bd

RGB 171231189
HSL0.380.560.79
HSV138°26°91°
CMYK 0.260.000.18   0.09
XYZ54.555869.483958.6804
Yxy69.48390.29860.3803
Hunter Lab83.3570-29.049416.6118
CIE-Lab86.7431-27.326514.3858

#abe7bd color RGB value is (171,231,189).

#abe7bd hex color red value is 171, green value is 231 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abe7bd hue: 0.38 , saturation: 0.56 and the lightness value of abe7bd is 0.79.

The process color (four color CMYK) of #abe7bd color hex is 0.26, 0.00, 0.18, 0.09. Web safe color of #abe7bd is #99ffcc. Color #abe7bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 10111101
Octal 253 347 275
Decimal 171 231 189
Hex AB E7 BD

RGB Percentages of Color #abe7bd

%28.93
%39.09
%31.98

CMYK Percentages of Color #abe7bd

%26
%0
%18
%9

Triadic Colors of #abe7bd

#abe7bd #bdabe7 #e7bdab

Analogous Colors of #abe7bd

#abe7bd #abe7db #b7e7ab

Monochromatic Colors of #abe7bd

#abe7bd

Complementary Color

#abe7bd #e7abd5

#abe7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe7bd Color CSS Codes

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

#abe7bd Text Font Color

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

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


#abe7bd Background Color

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

This div background color is #abe7bd


#abe7bd Border Color

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

This div border color is #abe7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe7bd


Comments

No comments written yet.

Please login to write comment.