Color Hex Logo

#abe6bd Color Hex

#ABE6BD
(171,230,189)
0 Favorites   0 Comments

Color spaces of #abe6bd

RGB 171230189
HSL0.380.540.79
HSV138°26°90°
CMYK 0.260.000.18   0.10
XYZ54.276768.925758.5874
Yxy68.92570.29860.3792
Hunter Lab83.0215-28.590316.2747
CIE-Lab86.4672-26.847213.9962

#abe6bd color RGB value is (171,230,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 10111101
Octal 253 346 275
Decimal 171 230 189
Hex AB E6 BD

RGB Percentages of Color #abe6bd

%28.98
%38.98
%32.03

CMYK Percentages of Color #abe6bd

%26
%0
%18
%10

Triadic Colors of #abe6bd

#abe6bd #bdabe6 #e6bdab

Analogous Colors of #abe6bd

#abe6bd #abe6db #b7e6ab

Monochromatic Colors of #abe6bd

#abe6bd

Complementary Color

#abe6bd #e6abd4

#abe6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe6bd Color CSS Codes

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

#abe6bd Text Font Color

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

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


#abe6bd Background Color

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

This div background color is #abe6bd


#abe6bd Border Color

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

This div border color is #abe6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe6bd

#abe6bd Color Palettes


Comments

No comments written yet.

Please login to write comment.