Color Hex Logo

#abcc07 Color Hex

#ABCC07
(171,204,7)
0 Favorites   0 Comments

Color spaces of #abcc07

RGB 1712047
HSL0.190.930.41
HSV70°97°80°
CMYK 0.160.000.97   0.20
XYZ38.425851.85908.1855
Yxy51.85900.39020.5266
Hunter Lab72.0132-30.776643.6699
CIE-Lab77.1964-31.995776.2740

#abcc07 color RGB value is (171,204,7).

#abcc07 hex color red value is 171, green value is 204 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #abcc07 hue: 0.19 , saturation: 0.93 and the lightness value of abcc07 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 00000111
Octal 253 314 7
Decimal 171 204 7
Hex AB CC 7

RGB Percentages of Color #abcc07

%44.76
%53.40
%1.83

CMYK Percentages of Color #abcc07

%16
%0
%97
%20

Triadic Colors of #abcc07

#abcc07 #07abcc #cc07ab

Analogous Colors of #abcc07

#abcc07 #49cc07 #cc8b07

Monochromatic Colors of #abcc07

#abcc07

Complementary Color

#abcc07 #2807cc

#abcc07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc07 Color CSS Codes

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

#abcc07 Text Font Color

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

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


#abcc07 Background Color

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

This div background color is #abcc07


#abcc07 Border Color

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

This div border color is #abcc07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc07


Comments

No comments written yet.

Please login to write comment.