Color Hex Logo

#abce10 Color Hex

#ABCE10
(171,206,16)
0 Favorites   0 Comments

Color spaces of #abce10

RGB 17120616
HSL0.200.860.44
HSV71°92°81°
CMYK 0.170.000.92   0.19
XYZ38.959452.83808.6356
Yxy52.83800.38790.5261
Hunter Lab72.6898-31.536743.8391
CIE-Lab77.7793-32.804375.7592

#abce10 color RGB value is (171,206,16).

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

The process color (four color CMYK) of #abce10 color hex is 0.17, 0.00, 0.92, 0.19. Web safe color of #abce10 is #99cc00. Color #abce10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 00010000
Octal 253 316 20
Decimal 171 206 16
Hex AB CE 10

RGB Percentages of Color #abce10

%43.51
%52.42
%4.07

CMYK Percentages of Color #abce10

%17
%0
%92
%19

Triadic Colors of #abce10

#abce10 #10abce #ce10ab

Analogous Colors of #abce10

#abce10 #4cce10 #ce9210

Monochromatic Colors of #abce10

#abce10

Complementary Color

#abce10 #3310ce

#abce10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abce10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abce10 Color CSS Codes

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

#abce10 Text Font Color

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

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


#abce10 Background Color

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

This div background color is #abce10


#abce10 Border Color

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

This div border color is #abce10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abce10


Comments

No comments written yet.

Please login to write comment.