Color Hex Logo

#abdc65 Color Hex

#ABDC65
(171,220,101)
0 Favorites   0 Comments

Color spaces of #abdc65

RGB 171220101
HSL0.240.630.63
HSV85°54°86°
CMYK 0.220.000.54   0.14
XYZ44.736760.783921.6865
Yxy60.78390.35170.4778
Hunter Lab77.9640-34.011638.0827
CIE-Lab82.2624-34.608652.6188

#abdc65 color RGB value is (171,220,101).

#abdc65 hex color red value is 171, green value is 220 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #abdc65 hue: 0.24 , saturation: 0.63 and the lightness value of abdc65 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 01100101
Octal 253 334 145
Decimal 171 220 101
Hex AB DC 65

RGB Percentages of Color #abdc65

%34.76
%44.72
%20.53

CMYK Percentages of Color #abdc65

%22
%0
%54
%14

Triadic Colors of #abdc65

#abdc65 #65abdc #dc65ab

Analogous Colors of #abdc65

#abdc65 #70dc65 #dcd265

Monochromatic Colors of #abdc65

#abdc65

Complementary Color

#abdc65 #9665dc

#abdc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc65 Color CSS Codes

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

#abdc65 Text Font Color

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

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


#abdc65 Background Color

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

This div background color is #abdc65


#abdc65 Border Color

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

This div border color is #abdc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc65


Comments

No comments written yet.

Please login to write comment.