Color Hex Logo

#abe1b9 Color Hex

#ABE1B9
(171,225,185)
0 Favorites   0 Comments

Color spaces of #abe1b9

RGB 171225185
HSL0.380.470.78
HSV136°24°88°
CMYK 0.240.000.18   0.12
XYZ52.476866.011155.8745
Yxy66.01110.30100.3786
Hunter Lab81.2472-26.891216.0987
CIE-Lab85.0021-25.168914.0207

#abe1b9 color RGB value is (171,225,185).

#abe1b9 hex color red value is 171, green value is 225 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #abe1b9 hue: 0.38 , saturation: 0.47 and the lightness value of abe1b9 is 0.78.

The process color (four color CMYK) of #abe1b9 color hex is 0.24, 0.00, 0.18, 0.12. Web safe color of #abe1b9 is #99cccc. Color #abe1b9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 10111001
Octal 253 341 271
Decimal 171 225 185
Hex AB E1 B9

RGB Percentages of Color #abe1b9

%29.43
%38.73
%31.84

CMYK Percentages of Color #abe1b9

%24
%0
%18
%12

Triadic Colors of #abe1b9

#abe1b9 #b9abe1 #e1b9ab

Analogous Colors of #abe1b9

#abe1b9 #abe1d4 #b8e1ab

Monochromatic Colors of #abe1b9

#abe1b9

Complementary Color

#abe1b9 #e1abd3

#abe1b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe1b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe1b9 Color CSS Codes

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

#abe1b9 Text Font Color

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

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


#abe1b9 Background Color

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

This div background color is #abe1b9


#abe1b9 Border Color

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

This div border color is #abe1b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe1b9


Comments

No comments written yet.

Please login to write comment.