Color Hex Logo

#adbc22 Color Hex

#ADBC22
(173,188,34)
0 Favorites   0 Comments

Color spaces of #adbc22

RGB 17318834
HSL0.180.690.44
HSV66°82°74°
CMYK 0.080.000.82   0.26
XYZ35.505544.96628.3214
Yxy44.96620.39990.5064
Hunter Lab67.0568-22.836639.5822
CIE-Lab72.8696-22.959468.3494

#adbc22 color RGB value is (173,188,34).

#adbc22 hex color red value is 173, green value is 188 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #adbc22 hue: 0.18 , saturation: 0.69 and the lightness value of adbc22 is 0.44.

The process color (four color CMYK) of #adbc22 color hex is 0.08, 0.00, 0.82, 0.26. Web safe color of #adbc22 is #99cc33. Color #adbc22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 00100010
Octal 255 274 42
Decimal 173 188 34
Hex AD BC 22

RGB Percentages of Color #adbc22

%43.80
%47.59
%8.61

CMYK Percentages of Color #adbc22

%8
%0
%82
%26

Triadic Colors of #adbc22

#adbc22 #22adbc #bc22ad

Analogous Colors of #adbc22

#adbc22 #60bc22 #bc7e22

Monochromatic Colors of #adbc22

#adbc22

Complementary Color

#adbc22 #3122bc

#adbc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc22 Color CSS Codes

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

#adbc22 Text Font Color

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

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


#adbc22 Background Color

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

This div background color is #adbc22


#adbc22 Border Color

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

This div border color is #adbc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc22


Comments

No comments written yet.

Please login to write comment.