Color Hex Logo

#abdbae Color Hex

#ABDBAE
(171,219,174)
0 Favorites   0 Comments

Color spaces of #abdbae

RGB 171219174
HSL0.340.400.76
HSV124°22°86°
CMYK 0.220.000.21   0.14
XYZ49.766162.377049.4614
Yxy62.37700.30790.3860
Hunter Lab78.9791-25.737518.1545
CIE-Lab83.1135-24.216417.1411

#abdbae color RGB value is (171,219,174).

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

The process color (four color CMYK) of #abdbae color hex is 0.22, 0.00, 0.21, 0.14. Web safe color of #abdbae is #99cc99. Color #abdbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10101110
Octal 253 333 256
Decimal 171 219 174
Hex AB DB AE

RGB Percentages of Color #abdbae

%30.32
%38.83
%30.85

CMYK Percentages of Color #abdbae

%22
%0
%21
%14

Triadic Colors of #abdbae

#abdbae #aeabdb #dbaeab

Analogous Colors of #abdbae

#abdbae #abdbc6 #c0dbab

Monochromatic Colors of #abdbae

#abdbae

Complementary Color

#abdbae #dbabd8

#abdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbae Color CSS Codes

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

#abdbae Text Font Color

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

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


#abdbae Background Color

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

This div background color is #abdbae


#abdbae Border Color

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

This div border color is #abdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbae


Comments

No comments written yet.

Please login to write comment.