Color Hex Logo

#abd707 Color Hex

#ABD707
(171,215,7)
0 Favorites   0 Comments

Color spaces of #abd707

RGB 1712157
HSL0.200.940.44
HSV73°97°84°
CMYK 0.200.000.97   0.16
XYZ41.133457.27419.0881
Yxy57.27410.38270.5328
Hunter Lab75.6797-35.421145.8558
CIE-Lab80.3335-37.030278.6877

#abd707 color RGB value is (171,215,7).

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

The process color (four color CMYK) of #abd707 color hex is 0.20, 0.00, 0.97, 0.16. Web safe color of #abd707 is #99cc00. Color #abd707 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 00000111
Octal 253 327 7
Decimal 171 215 7
Hex AB D7 7

RGB Percentages of Color #abd707

%43.51
%54.71
%1.78

CMYK Percentages of Color #abd707

%20
%0
%97
%16

Triadic Colors of #abd707

#abd707 #07abd7 #d707ab

Analogous Colors of #abd707

#abd707 #43d707 #d79b07

Monochromatic Colors of #abd707

#abd707

Complementary Color

#abd707 #3307d7

#abd707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd707 Color CSS Codes

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

#abd707 Text Font Color

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

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


#abd707 Background Color

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

This div background color is #abd707


#abd707 Border Color

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

This div border color is #abd707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd707


Comments

No comments written yet.

Please login to write comment.