Color Hex Logo

#abeacb Color Hex

#ABEACB
(171,234,203)
0 Favorites   0 Comments

Color spaces of #abeacb

RGB 171234203
HSL0.420.600.79
HSV150°27°92°
CMYK 0.270.000.13   0.08
XYZ56.996971.815467.3576
Yxy71.81540.29050.3661
Hunter Lab84.7440-28.246812.1949
CIE-Lab87.8797-26.11808.6888

#abeacb color RGB value is (171,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11001011
Octal 253 352 313
Decimal 171 234 203
Hex AB EA CB

RGB Percentages of Color #abeacb

%28.13
%38.49
%33.39

CMYK Percentages of Color #abeacb

%27
%0
%13
%8

Triadic Colors of #abeacb

#abeacb #cbabea #eacbab

Analogous Colors of #abeacb

#abeacb #abeaea #abeaac

Monochromatic Colors of #abeacb

#abeacb

Complementary Color

#abeacb #eaabca

#abeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeacb Color CSS Codes

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

#abeacb Text Font Color

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

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


#abeacb Background Color

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

This div background color is #abeacb


#abeacb Border Color

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

This div border color is #abeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeacb


Comments

No comments written yet.

Please login to write comment.