Color Hex Logo

#addb51 Color Hex

#ADDB51
(173,219,81)
0 Favorites   0 Comments

Color spaces of #addb51

RGB 17321981
HSL0.220.660.59
HSV80°63°86°
CMYK 0.210.000.63   0.14
XYZ44.050360.141417.0713
Yxy60.14140.36330.4960
Hunter Lab77.5509-34.322841.2341
CIE-Lab81.9150-35.110460.9742

#addb51 color RGB value is (173,219,81).

#addb51 hex color red value is 173, green value is 219 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #addb51 hue: 0.22 , saturation: 0.66 and the lightness value of addb51 is 0.59.

The process color (four color CMYK) of #addb51 color hex is 0.21, 0.00, 0.63, 0.14. Web safe color of #addb51 is #99cc66. Color #addb51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 01010001
Octal 255 333 121
Decimal 173 219 81
Hex AD DB 51

RGB Percentages of Color #addb51

%36.58
%46.30
%17.12

CMYK Percentages of Color #addb51

%21
%0
%63
%14

Triadic Colors of #addb51

#addb51 #51addb #db51ad

Analogous Colors of #addb51

#addb51 #68db51 #dbc451

Monochromatic Colors of #addb51

#addb51

Complementary Color

#addb51 #7f51db

#addb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb51 Color CSS Codes

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

#addb51 Text Font Color

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

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


#addb51 Background Color

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

This div background color is #addb51


#addb51 Border Color

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

This div border color is #addb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb51


Comments

No comments written yet.

Please login to write comment.