Color Hex Logo

#abdf69 Color Hex

#ABDF69
(171,223,105)
0 Favorites   0 Comments

Color spaces of #abdf69

RGB 171223105
HSL0.240.650.64
HSV86°53°87°
CMYK 0.230.000.53   0.13
XYZ45.732162.453223.0089
Yxy62.45320.34860.4760
Hunter Lab79.0273-35.002238.0568
CIE-Lab83.1538-35.587451.8283

#abdf69 color RGB value is (171,223,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 01101001
Octal 253 337 151
Decimal 171 223 105
Hex AB DF 69

RGB Percentages of Color #abdf69

%34.27
%44.69
%21.04

CMYK Percentages of Color #abdf69

%23
%0
%53
%13

Triadic Colors of #abdf69

#abdf69 #69abdf #df69ab

Analogous Colors of #abdf69

#abdf69 #70df69 #dfd869

Monochromatic Colors of #abdf69

#abdf69

Complementary Color

#abdf69 #9d69df

#abdf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdf69 Color CSS Codes

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

#abdf69 Text Font Color

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

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


#abdf69 Background Color

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

This div background color is #abdf69


#abdf69 Border Color

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

This div border color is #abdf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdf69


Comments

No comments written yet.

Please login to write comment.