Color Hex Logo

#abda61 Color Hex

#ABDA61
(171,218,97)
0 Favorites   0 Comments

Color spaces of #abda61

RGB 17121897
HSL0.230.620.62
HSV83°56°85°
CMYK 0.220.000.56   0.15
XYZ44.023759.663820.5052
Yxy59.66380.35450.4804
Hunter Lab77.2423-33.439438.3302
CIE-Lab81.6551-34.068253.7322

#abda61 color RGB value is (171,218,97).

#abda61 hex color red value is 171, green value is 218 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #abda61 hue: 0.23 , saturation: 0.62 and the lightness value of abda61 is 0.62.

The process color (four color CMYK) of #abda61 color hex is 0.22, 0.00, 0.56, 0.15. Web safe color of #abda61 is #99cc66. Color #abda61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 01100001
Octal 253 332 141
Decimal 171 218 97
Hex AB DA 61

RGB Percentages of Color #abda61

%35.19
%44.86
%19.96

CMYK Percentages of Color #abda61

%22
%0
%56
%15

Triadic Colors of #abda61

#abda61 #61abda #da61ab

Analogous Colors of #abda61

#abda61 #6fda61 #dacd61

Monochromatic Colors of #abda61

#abda61

Complementary Color

#abda61 #9061da

#abda61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda61 Color CSS Codes

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

#abda61 Text Font Color

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

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


#abda61 Background Color

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

This div background color is #abda61


#abda61 Border Color

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

This div border color is #abda61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda61


Comments

No comments written yet.

Please login to write comment.