Color Hex Logo

#abeabc Color Hex

#ABEABC
(171,234,188)
0 Favorites   0 Comments

Color spaces of #abeabc

RGB 171234188
HSL0.380.600.79
HSV136°27°92°
CMYK 0.270.000.20   0.08
XYZ55.294571.134458.3929
Yxy71.13440.29920.3849
Hunter Lab84.3412-30.571717.9899
CIE-Lab87.5503-28.938616.0437

#abeabc color RGB value is (171,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10111100
Octal 253 352 274
Decimal 171 234 188
Hex AB EA BC

RGB Percentages of Color #abeabc

%28.84
%39.46
%31.70

CMYK Percentages of Color #abeabc

%27
%0
%20
%8

Triadic Colors of #abeabc

#abeabc #bcabea #eabcab

Analogous Colors of #abeabc

#abeabc #abeadc #baeaab

Monochromatic Colors of #abeabc

#abeabc

Complementary Color

#abeabc #eaabd9

#abeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeabc Color CSS Codes

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

#abeabc Text Font Color

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

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


#abeabc Background Color

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

This div background color is #abeabc


#abeabc Border Color

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

This div border color is #abeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeabc


Comments

No comments written yet.

Please login to write comment.