Color Hex Logo

#abeabb Color Hex

#ABEABB
(171,234,187)
0 Favorites   0 Comments

Color spaces of #abeabb

RGB 171234187
HSL0.380.600.79
HSV135°27°92°
CMYK 0.270.000.20   0.08
XYZ55.187071.091457.8271
Yxy71.09140.29980.3861
Hunter Lab84.3157-30.719218.3575
CIE-Lab87.5294-29.119316.5342

#abeabb color RGB value is (171,234,187).

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

The process color (four color CMYK) of #abeabb color hex is 0.27, 0.00, 0.20, 0.08. Web safe color of #abeabb is #99ffcc. Color #abeabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10111011
Octal 253 352 273
Decimal 171 234 187
Hex AB EA BB

RGB Percentages of Color #abeabb

%28.89
%39.53
%31.59

CMYK Percentages of Color #abeabb

%27
%0
%20
%8

Triadic Colors of #abeabb

#abeabb #bbabea #eabbab

Analogous Colors of #abeabb

#abeabb #abeadb #bbeaab

Monochromatic Colors of #abeabb

#abeabb

Complementary Color

#abeabb #eaabda

#abeabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeabb Color CSS Codes

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

#abeabb Text Font Color

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

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


#abeabb Background Color

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

This div background color is #abeabb


#abeabb Border Color

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

This div border color is #abeabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeabb


Comments

No comments written yet.

Please login to write comment.