Color Hex Logo

#abdd65 Color Hex

#ABDD65
(171,221,101)
0 Favorites   0 Comments

Color spaces of #abdd65

RGB 171221101
HSL0.240.640.63
HSV85°54°87°
CMYK 0.230.000.54   0.13
XYZ45.000061.310421.7743
Yxy61.31040.35130.4787
Hunter Lab78.3010-34.441738.3230
CIE-Lab82.5453-35.066552.9491

#abdd65 color RGB value is (171,221,101).

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

The process color (four color CMYK) of #abdd65 color hex is 0.23, 0.00, 0.54, 0.13. Web safe color of #abdd65 is #99cc66. Color #abdd65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01100101
Octal 253 335 145
Decimal 171 221 101
Hex AB DD 65

RGB Percentages of Color #abdd65

%34.69
%44.83
%20.49

CMYK Percentages of Color #abdd65

%23
%0
%54
%13

Triadic Colors of #abdd65

#abdd65 #65abdd #dd65ab

Analogous Colors of #abdd65

#abdd65 #6fdd65 #ddd365

Monochromatic Colors of #abdd65

#abdd65

Complementary Color

#abdd65 #9765dd

#abdd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd65 Color CSS Codes

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

#abdd65 Text Font Color

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

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


#abdd65 Background Color

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

This div background color is #abdd65


#abdd65 Border Color

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

This div border color is #abdd65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,221,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 #abdd65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd65


Comments

No comments written yet.

Please login to write comment.