Color Hex Logo

#abda64 Color Hex

#ABDA64
(171,218,100)
0 Favorites   0 Comments

Color spaces of #abda64

RGB 171218100
HSL0.230.610.62
HSV84°54°85°
CMYK 0.220.000.54   0.15
XYZ44.166259.720821.2561
Yxy59.72080.35290.4772
Hunter Lab77.2792-33.223337.7874
CIE-Lab81.6862-33.785252.4031

#abda64 color RGB value is (171,218,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 01100100
Octal 253 332 144
Decimal 171 218 100
Hex AB DA 64

RGB Percentages of Color #abda64

%34.97
%44.58
%20.45

CMYK Percentages of Color #abda64

%22
%0
%54
%15

Triadic Colors of #abda64

#abda64 #64abda #da64ab

Analogous Colors of #abda64

#abda64 #70da64 #dace64

Monochromatic Colors of #abda64

#abda64

Complementary Color

#abda64 #9364da

#abda64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda64 Color CSS Codes

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

#abda64 Text Font Color

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

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


#abda64 Background Color

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

This div background color is #abda64


#abda64 Border Color

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

This div border color is #abda64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda64


Comments

No comments written yet.

Please login to write comment.