Color Hex Logo

#abdaa8 Color Hex

#ABDAA8
(171,218,168)
0 Favorites   0 Comments

Color spaces of #abdaa8

RGB 171218168
HSL0.320.400.76
HSV116°23°85°
CMYK 0.220.000.23   0.15
XYZ48.933961.627946.3621
Yxy61.62790.31180.3927
Hunter Lab78.5034-26.115819.9373
CIE-Lab82.7151-24.758419.7351

#abdaa8 color RGB value is (171,218,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10101000
Octal 253 332 250
Decimal 171 218 168
Hex AB DA A8

RGB Percentages of Color #abdaa8

%30.70
%39.14
%30.16

CMYK Percentages of Color #abdaa8

%22
%0
%23
%15

Triadic Colors of #abdaa8

#abdaa8 #a8abda #daa8ab

Analogous Colors of #abdaa8

#abdaa8 #a8dabe #c4daa8

Monochromatic Colors of #abdaa8

#abdaa8

Complementary Color

#abdaa8 #d7a8da

#abdaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaa8 Color CSS Codes

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

#abdaa8 Text Font Color

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

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


#abdaa8 Background Color

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

This div background color is #abdaa8


#abdaa8 Border Color

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

This div border color is #abdaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaa8


Comments

No comments written yet.

Please login to write comment.