Color Hex Logo

#abdaa7 Color Hex

#ABDAA7
(171,218,167)
0 Favorites   0 Comments

Color spaces of #abdaa7

RGB 171218167
HSL0.320.410.75
HSV115°23°85°
CMYK 0.220.000.23   0.15
XYZ48.841061.590845.8732
Yxy61.59080.31250.3940
Hunter Lab78.4798-26.252320.2795
CIE-Lab82.6953-24.926720.2317

#abdaa7 color RGB value is (171,218,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10100111
Octal 253 332 247
Decimal 171 218 167
Hex AB DA A7

RGB Percentages of Color #abdaa7

%30.76
%39.21
%30.04

CMYK Percentages of Color #abdaa7

%22
%0
%23
%15

Triadic Colors of #abdaa7

#abdaa7 #a7abda #daa7ab

Analogous Colors of #abdaa7

#abdaa7 #a7dabd #c5daa7

Monochromatic Colors of #abdaa7

#abdaa7

Complementary Color

#abdaa7 #d6a7da

#abdaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaa7 Color CSS Codes

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

#abdaa7 Text Font Color

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

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


#abdaa7 Background Color

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

This div background color is #abdaa7


#abdaa7 Border Color

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

This div border color is #abdaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaa7


Comments

No comments written yet.

Please login to write comment.