Color Hex Logo

#abd033 Color Hex

#ABD033
(171,208,51)
0 Favorites   0 Comments

Color spaces of #abd033

RGB 17120851
HSL0.210.630.51
HSV74°75°82°
CMYK 0.180.000.75   0.18
XYZ39.948054.008711.4512
Yxy54.00870.37900.5124
Hunter Lab73.4906-31.579642.2049
CIE-Lab78.4668-32.652668.4691

#abd033 color RGB value is (171,208,51).

#abd033 hex color red value is 171, green value is 208 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #abd033 hue: 0.21 , saturation: 0.63 and the lightness value of abd033 is 0.51.

The process color (four color CMYK) of #abd033 color hex is 0.18, 0.00, 0.75, 0.18. Web safe color of #abd033 is #99cc33. Color #abd033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00110011
Octal 253 320 63
Decimal 171 208 51
Hex AB D0 33

RGB Percentages of Color #abd033

%39.77
%48.37
%11.86

CMYK Percentages of Color #abd033

%18
%0
%75
%18

Triadic Colors of #abd033

#abd033 #33abd0 #d033ab

Analogous Colors of #abd033

#abd033 #5cd033 #d0a733

Monochromatic Colors of #abd033

#abd033

Complementary Color

#abd033 #5833d0

#abd033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd033 Color CSS Codes

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

#abd033 Text Font Color

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

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


#abd033 Background Color

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

This div background color is #abd033


#abd033 Border Color

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

This div border color is #abd033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd033


Comments

No comments written yet.

Please login to write comment.