Color Hex Logo

#adc888 Color Hex

#ADC888
(173,200,136)
0 Favorites   0 Comments

Color spaces of #adc888

RGB 173200136
HSL0.240.370.66
HSV85°32°78°
CMYK 0.140.000.32   0.22
XYZ42.331851.970431.0927
Yxy51.97040.33760.4145
Hunter Lab72.0905-21.342524.8915
CIE-Lab77.2631-20.158029.0954

#adc888 color RGB value is (173,200,136).

#adc888 hex color red value is 173, green value is 200 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #adc888 hue: 0.24 , saturation: 0.37 and the lightness value of adc888 is 0.66.

The process color (four color CMYK) of #adc888 color hex is 0.14, 0.00, 0.32, 0.22. Web safe color of #adc888 is #99cc99. Color #adc888 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 10001000
Octal 255 310 210
Decimal 173 200 136
Hex AD C8 88

RGB Percentages of Color #adc888

%33.99
%39.29
%26.72

CMYK Percentages of Color #adc888

%14
%0
%32
%22

Triadic Colors of #adc888

#adc888 #88adc8 #c888ad

Analogous Colors of #adc888

#adc888 #8dc888 #c8c388

Monochromatic Colors of #adc888

#adc888

Complementary Color

#adc888 #a388c8

#adc888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc888 Color CSS Codes

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

#adc888 Text Font Color

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

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


#adc888 Background Color

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

This div background color is #adc888


#adc888 Border Color

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

This div border color is #adc888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc888


Comments

No comments written yet.

Please login to write comment.