Color Hex Logo

#adc223 Color Hex

#ADC223
(173,194,35)
0 Favorites   0 Comments

Color spaces of #adc223

RGB 17319435
HSL0.190.690.45
HSV68°82°76°
CMYK 0.110.000.82   0.24
XYZ36.828747.58928.8347
Yxy47.58920.39490.5103
Hunter Lab68.9849-25.428640.6963
CIE-Lab74.5651-25.848469.5621

#adc223 color RGB value is (173,194,35).

#adc223 hex color red value is 173, green value is 194 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #adc223 hue: 0.19 , saturation: 0.69 and the lightness value of adc223 is 0.45.

The process color (four color CMYK) of #adc223 color hex is 0.11, 0.00, 0.82, 0.24. Web safe color of #adc223 is #99cc33. Color #adc223 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 00100011
Octal 255 302 43
Decimal 173 194 35
Hex AD C2 23

RGB Percentages of Color #adc223

%43.03
%48.26
%8.71

CMYK Percentages of Color #adc223

%11
%0
%82
%24

Triadic Colors of #adc223

#adc223 #23adc2 #c223ad

Analogous Colors of #adc223

#adc223 #5dc223 #c28823

Monochromatic Colors of #adc223

#adc223

Complementary Color

#adc223 #3823c2

#adc223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc223 Color CSS Codes

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

#adc223 Text Font Color

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

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


#adc223 Background Color

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

This div background color is #adc223


#adc223 Border Color

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

This div border color is #adc223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc223


Comments

No comments written yet.

Please login to write comment.