Color Hex Logo

#abbdae Color Hex

#ABBDAE
(171,189,174)
0 Favorites   0 Comments

Color spaces of #abbdae

RGB 171189174
HSL0.360.120.71
HSV130°10°74°
CMYK 0.100.000.08   0.26
XYZ42.632248.109147.0834
Yxy48.10910.30930.3491
Hunter Lab69.3607-11.66728.3053
CIE-Lab74.8937-9.04385.4735

#abbdae color RGB value is (171,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10101110
Octal 253 275 256
Decimal 171 189 174
Hex AB BD AE

RGB Percentages of Color #abbdae

%32.02
%35.39
%32.58

CMYK Percentages of Color #abbdae

%10
%0
%8
%26

Triadic Colors of #abbdae

#abbdae #aeabbd #bdaeab

Analogous Colors of #abbdae

#abbdae #abbdb7 #b1bdab

Monochromatic Colors of #abbdae

#abbdae

Complementary Color

#abbdae #bdabba

#abbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdae Color CSS Codes

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

#abbdae Text Font Color

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

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


#abbdae Background Color

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

This div background color is #abbdae


#abbdae Border Color

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

This div border color is #abbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdae


Comments

No comments written yet.

Please login to write comment.