Color Hex Logo

#adc628 Color Hex

#ADC628
(173,198,40)
0 Favorites   0 Comments

Color spaces of #adc628

RGB 17319840
HSL0.190.660.47
HSV69°80°78°
CMYK 0.130.000.80   0.22
XYZ37.810749.42569.5547
Yxy49.42560.39060.5106
Hunter Lab70.3033-27.029641.1544
CIE-Lab75.7153-27.595069.2543

#adc628 color RGB value is (173,198,40).

#adc628 hex color red value is 173, green value is 198 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #adc628 hue: 0.19 , saturation: 0.66 and the lightness value of adc628 is 0.47.

The process color (four color CMYK) of #adc628 color hex is 0.13, 0.00, 0.80, 0.22. Web safe color of #adc628 is #99cc33. Color #adc628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 00101000
Octal 255 306 50
Decimal 173 198 40
Hex AD C6 28

RGB Percentages of Color #adc628

%42.09
%48.18
%9.73

CMYK Percentages of Color #adc628

%13
%0
%80
%22

Triadic Colors of #adc628

#adc628 #28adc6 #c628ad

Analogous Colors of #adc628

#adc628 #5ec628 #c69028

Monochromatic Colors of #adc628

#adc628

Complementary Color

#adc628 #4128c6

#adc628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc628 Color CSS Codes

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

#adc628 Text Font Color

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

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


#adc628 Background Color

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

This div background color is #adc628


#adc628 Border Color

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

This div border color is #adc628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc628


Comments

No comments written yet.

Please login to write comment.