Color Hex Logo

#abdba5 Color Hex

#ABDBA5
(171,219,165)
0 Favorites   0 Comments

Color spaces of #abdba5

RGB 171219165
HSL0.310.430.75
HSV113°25°86°
CMYK 0.220.000.25   0.14
XYZ48.917662.037644.9935
Yxy62.03760.31370.3978
Hunter Lab78.7640-26.976721.2657
CIE-Lab82.9334-25.743721.6068

#abdba5 color RGB value is (171,219,165).

#abdba5 hex color red value is 171, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #abdba5 hue: 0.31 , saturation: 0.43 and the lightness value of abdba5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10100101
Octal 253 333 245
Decimal 171 219 165
Hex AB DB A5

RGB Percentages of Color #abdba5

%30.81
%39.46
%29.73

CMYK Percentages of Color #abdba5

%22
%0
%25
%14

Triadic Colors of #abdba5

#abdba5 #a5abdb #dba5ab

Analogous Colors of #abdba5

#abdba5 #a5dbba #c6dba5

Monochromatic Colors of #abdba5

#abdba5

Complementary Color

#abdba5 #d5a5db

#abdba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdba5 Color CSS Codes

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

#abdba5 Text Font Color

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

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


#abdba5 Background Color

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

This div background color is #abdba5


#abdba5 Border Color

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

This div border color is #abdba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdba5


Comments

No comments written yet.

Please login to write comment.