Color Hex Logo

#abebae Color Hex

#ABEBAE
(171,235,174)
0 Favorites   0 Comments

Color spaces of #abebae

RGB 171235174
HSL0.340.620.80
HSV123°27°92°
CMYK 0.270.000.26   0.08
XYZ54.142971.130650.9203
Yxy71.13060.30730.4037
Hunter Lab84.3390-33.001923.2405
CIE-Lab87.5484-31.848623.2906

#abebae color RGB value is (171,235,174).

#abebae hex color red value is 171, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #abebae hue: 0.34 , saturation: 0.62 and the lightness value of abebae is 0.80.

The process color (four color CMYK) of #abebae color hex is 0.27, 0.00, 0.26, 0.08. Web safe color of #abebae is #99ff99. Color #abebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 10101110
Octal 253 353 256
Decimal 171 235 174
Hex AB EB AE

RGB Percentages of Color #abebae

%29.48
%40.52
%30.00

CMYK Percentages of Color #abebae

%27
%0
%26
%8

Triadic Colors of #abebae

#abebae #aeabeb #ebaeab

Analogous Colors of #abebae

#abebae #abebce #c8ebab

Monochromatic Colors of #abebae

#abebae

Complementary Color

#abebae #ebabe8

#abebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abebae Color CSS Codes

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

#abebae Text Font Color

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

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


#abebae Background Color

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

This div background color is #abebae


#abebae Border Color

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

This div border color is #abebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abebae


Comments

No comments written yet.

Please login to write comment.