Color Hex Logo

#abdd03 Color Hex

#ABDD03
(171,221,3)
0 Favorites   0 Comments

Color spaces of #abdd03

RGB 1712213
HSL0.200.970.44
HSV74°99°87°
CMYK 0.230.000.99   0.13
XYZ42.667560.37749.4913
Yxy60.37740.37910.5365
Hunter Lab77.7029-37.963847.1498
CIE-Lab82.0429-39.753780.3609

#abdd03 color RGB value is (171,221,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 00000011
Octal 253 335 3
Decimal 171 221 3
Hex AB DD 3

RGB Percentages of Color #abdd03

%43.29
%55.95
%0.76

CMYK Percentages of Color #abdd03

%23
%0
%99
%13

Triadic Colors of #abdd03

#abdd03 #03abdd #dd03ab

Analogous Colors of #abdd03

#abdd03 #3edd03 #dda203

Monochromatic Colors of #abdd03

#abdd03

Complementary Color

#abdd03 #3503dd

#abdd03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd03 Color CSS Codes

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

#abdd03 Text Font Color

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

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


#abdd03 Background Color

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

This div background color is #abdd03


#abdd03 Border Color

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

This div border color is #abdd03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd03


Comments

No comments written yet.

Please login to write comment.