Color Hex Logo

#abbeae Color Hex

#ABBEAE
(171,190,174)
0 Favorites   0 Comments

Color spaces of #abbeae

RGB 171190174
HSL0.360.130.71
HSV129°10°75°
CMYK 0.100.000.08   0.25
XYZ42.848048.540847.1554
Yxy48.54080.30930.3504
Hunter Lab69.6712-12.14668.6408
CIE-Lab75.1648-9.56755.8638

#abbeae color RGB value is (171,190,174).

#abbeae hex color red value is 171, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #abbeae hue: 0.36 , saturation: 0.13 and the lightness value of abbeae is 0.71.

The process color (four color CMYK) of #abbeae color hex is 0.10, 0.00, 0.08, 0.25. Web safe color of #abbeae is #99cc99. Color #abbeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10101110
Octal 253 276 256
Decimal 171 190 174
Hex AB BE AE

RGB Percentages of Color #abbeae

%31.96
%35.51
%32.52

CMYK Percentages of Color #abbeae

%10
%0
%8
%25

Triadic Colors of #abbeae

#abbeae #aeabbe #beaeab

Analogous Colors of #abbeae

#abbeae #abbeb8 #b2beab

Monochromatic Colors of #abbeae

#abbeae

Complementary Color

#abbeae #beabbb

#abbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeae Color CSS Codes

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

#abbeae Text Font Color

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

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


#abbeae Background Color

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

This div background color is #abbeae


#abbeae Border Color

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

This div border color is #abbeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,190,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 #abbeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeae


Comments

No comments written yet.

Please login to write comment.