Color Hex Logo

#adc402 Color Hex

#ADC402
(173,196,2)
0 Favorites   0 Comments

Color spaces of #adc402

RGB 1731962
HSL0.190.980.39
HSV67°99°77°
CMYK 0.120.000.99   0.23
XYZ36.984548.36857.4442
Yxy48.36850.39860.5212
Hunter Lab69.5475-26.783942.3370
CIE-Lab75.0568-27.454475.2140

#adc402 color RGB value is (173,196,2).

#adc402 hex color red value is 173, green value is 196 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #adc402 hue: 0.19 , saturation: 0.98 and the lightness value of adc402 is 0.39.

The process color (four color CMYK) of #adc402 color hex is 0.12, 0.00, 0.99, 0.23. Web safe color of #adc402 is #99cc00. Color #adc402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 00000010
Octal 255 304 2
Decimal 173 196 2
Hex AD C4 2

RGB Percentages of Color #adc402

%46.63
%52.83
%0.54

CMYK Percentages of Color #adc402

%12
%0
%99
%23

Triadic Colors of #adc402

#adc402 #02adc4 #c402ad

Analogous Colors of #adc402

#adc402 #4cc402 #c47a02

Monochromatic Colors of #adc402

#adc402

Complementary Color

#adc402 #1902c4

#adc402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc402 Color CSS Codes

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

#adc402 Text Font Color

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

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


#adc402 Background Color

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

This div background color is #adc402


#adc402 Border Color

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

This div border color is #adc402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc402


Comments

No comments written yet.

Please login to write comment.