Color Hex Logo

#abdf68 Color Hex

#ABDF68
(171,223,104)
0 Favorites   0 Comments

Color spaces of #abdf68

RGB 171223104
HSL0.240.650.64
HSV86°53°87°
CMYK 0.230.000.53   0.13
XYZ45.681062.432822.7398
Yxy62.43280.34910.4771
Hunter Lab79.0144-35.078238.2469
CIE-Lab83.1430-35.686952.2760

#abdf68 color RGB value is (171,223,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 01101000
Octal 253 337 150
Decimal 171 223 104
Hex AB DF 68

RGB Percentages of Color #abdf68

%34.34
%44.78
%20.88

CMYK Percentages of Color #abdf68

%23
%0
%53
%13

Triadic Colors of #abdf68

#abdf68 #68abdf #df68ab

Analogous Colors of #abdf68

#abdf68 #70df68 #dfd868

Monochromatic Colors of #abdf68

#abdf68

Complementary Color

#abdf68 #9c68df

#abdf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdf68 Color CSS Codes

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

#abdf68 Text Font Color

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

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


#abdf68 Background Color

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

This div background color is #abdf68


#abdf68 Border Color

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

This div border color is #abdf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdf68


Comments

No comments written yet.

Please login to write comment.