Color Hex Logo

#abdd07 Color Hex

#ABDD07
(171,221,7)
0 Favorites   0 Comments

Color spaces of #abdd07

RGB 1712217
HSL0.210.940.45
HSV74°97°87°
CMYK 0.230.000.97   0.13
XYZ42.689460.38629.6067
Yxy60.38620.37880.5359
Hunter Lab77.7086-37.930547.0663
CIE-Lab82.0477-39.708880.0112

#abdd07 color RGB value is (171,221,7).

#abdd07 hex color red value is 171, green value is 221 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #abdd07 hue: 0.21 , saturation: 0.94 and the lightness value of abdd07 is 0.45.

The process color (four color CMYK) of #abdd07 color hex is 0.23, 0.00, 0.97, 0.13. Web safe color of #abdd07 is #99cc00. Color #abdd07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 00000111
Octal 253 335 7
Decimal 171 221 7
Hex AB DD 7

RGB Percentages of Color #abdd07

%42.86
%55.39
%1.75

CMYK Percentages of Color #abdd07

%23
%0
%97
%13

Triadic Colors of #abdd07

#abdd07 #07abdd #dd07ab

Analogous Colors of #abdd07

#abdd07 #40dd07 #dda407

Monochromatic Colors of #abdd07

#abdd07

Complementary Color

#abdd07 #3907dd

#abdd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd07 Color CSS Codes

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

#abdd07 Text Font Color

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

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


#abdd07 Background Color

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

This div background color is #abdd07


#abdd07 Border Color

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

This div border color is #abdd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd07


Comments

No comments written yet.

Please login to write comment.