Color Hex Logo

#abda95 Color Hex

#ABDA95
(171,218,149)
0 Favorites   0 Comments

Color spaces of #abda95

RGB 171218149
HSL0.280.480.72
HSV101°32°85°
CMYK 0.220.000.32   0.15
XYZ47.290860.970737.7098
Yxy60.97070.32400.4177
Hunter Lab78.0837-28.539426.0251
CIE-Lab82.3630-27.776929.1393

#abda95 color RGB value is (171,218,149).

#abda95 hex color red value is 171, green value is 218 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #abda95 hue: 0.28 , saturation: 0.48 and the lightness value of abda95 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10010101
Octal 253 332 225
Decimal 171 218 149
Hex AB DA 95

RGB Percentages of Color #abda95

%31.78
%40.52
%27.70

CMYK Percentages of Color #abda95

%22
%0
%32
%15

Triadic Colors of #abda95

#abda95 #95abda #da95ab

Analogous Colors of #abda95

#abda95 #95daa2 #ceda95

Monochromatic Colors of #abda95

#abda95

Complementary Color

#abda95 #c495da

#abda95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda95 Color CSS Codes

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

#abda95 Text Font Color

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

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


#abda95 Background Color

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

This div background color is #abda95


#abda95 Border Color

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

This div border color is #abda95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda95


Comments

No comments written yet.

Please login to write comment.