Color Hex Logo

#abdb01 Color Hex

#ABDB01
(171,219,1)
0 Favorites   0 Comments

Color spaces of #abdb01

RGB 1712191
HSL0.200.990.43
HSV73°100°86°
CMYK 0.220.001.00   0.14
XYZ42.131659.32329.2587
Yxy59.32320.38050.5358
Hunter Lab77.0216-37.146346.7879
CIE-Lab81.4689-38.889380.1017

#abdb01 color RGB value is (171,219,1).

#abdb01 hex color red value is 171, green value is 219 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #abdb01 hue: 0.20 , saturation: 0.99 and the lightness value of abdb01 is 0.43.

The process color (four color CMYK) of #abdb01 color hex is 0.22, 0.00, 1.00, 0.14. Web safe color of #abdb01 is #99cc00. Color #abdb01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 00000001
Octal 253 333 1
Decimal 171 219 1
Hex AB DB 1

RGB Percentages of Color #abdb01

%43.73
%56.01
%0.26

CMYK Percentages of Color #abdb01

%22
%0
%100
%14

Triadic Colors of #abdb01

#abdb01 #01abdb #db01ab

Analogous Colors of #abdb01

#abdb01 #3edb01 #db9e01

Monochromatic Colors of #abdb01

#abdb01

Complementary Color

#abdb01 #3101db

#abdb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb01 Color CSS Codes

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

#abdb01 Text Font Color

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

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


#abdb01 Background Color

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

This div background color is #abdb01


#abdb01 Border Color

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

This div border color is #abdb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb01


Comments

No comments written yet.

Please login to write comment.