Color Hex Logo

#abdaae Color Hex

#ABDAAE
(171,218,174)
0 Favorites   0 Comments

Color spaces of #abdaae

RGB 171218174
HSL0.340.390.76
HSV124°22°85°
CMYK 0.220.000.20   0.15
XYZ49.506061.856749.3747
Yxy61.85670.30800.3848
Hunter Lab78.6490-25.278117.8329
CIE-Lab82.8372-23.728616.7546

#abdaae color RGB value is (171,218,174).

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

The process color (four color CMYK) of #abdaae color hex is 0.22, 0.00, 0.20, 0.15. Web safe color of #abdaae is #99cc99. Color #abdaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10101110
Octal 253 332 256
Decimal 171 218 174
Hex AB DA AE

RGB Percentages of Color #abdaae

%30.37
%38.72
%30.91

CMYK Percentages of Color #abdaae

%22
%0
%20
%15

Triadic Colors of #abdaae

#abdaae #aeabda #daaeab

Analogous Colors of #abdaae

#abdaae #abdac6 #c0daab

Monochromatic Colors of #abdaae

#abdaae

Complementary Color

#abdaae #daabd7

#abdaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaae Color CSS Codes

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

#abdaae Text Font Color

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

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


#abdaae Background Color

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

This div background color is #abdaae


#abdaae Border Color

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

This div border color is #abdaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaae


Comments

No comments written yet.

Please login to write comment.