Color Hex Logo

#adc06b Color Hex

#ADC06B
(173,192,107)
0 Favorites   0 Comments

Color spaces of #adc06b

RGB 173192107
HSL0.200.400.59
HSV73°44°75°
CMYK 0.100.000.44   0.25
XYZ38.737147.645021.0647
Yxy47.64500.36050.4434
Hunter Lab69.0254-20.620030.2240
CIE-Lab74.6005-19.810440.5357

#adc06b color RGB value is (173,192,107).

#adc06b hex color red value is 173, green value is 192 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #adc06b hue: 0.20 , saturation: 0.40 and the lightness value of adc06b is 0.59.

The process color (four color CMYK) of #adc06b color hex is 0.10, 0.00, 0.44, 0.25. Web safe color of #adc06b is #99cc66. Color #adc06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01101011
Octal 255 300 153
Decimal 173 192 107
Hex AD C0 6B

RGB Percentages of Color #adc06b

%36.65
%40.68
%22.67

CMYK Percentages of Color #adc06b

%10
%0
%44
%25

Triadic Colors of #adc06b

#adc06b #6badc0 #c06bad

Analogous Colors of #adc06b

#adc06b #83c06b #c0a96b

Monochromatic Colors of #adc06b

#adc06b

Complementary Color

#adc06b #7e6bc0

#adc06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc06b Color CSS Codes

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

#adc06b Text Font Color

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

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


#adc06b Background Color

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

This div background color is #adc06b


#adc06b Border Color

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

This div border color is #adc06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc06b


Comments

No comments written yet.

Please login to write comment.