Color Hex Logo

#adc693 Color Hex

#ADC693
(173,198,147)
0 Favorites   0 Comments

Color spaces of #adc693

RGB 173198147
HSL0.250.310.68
HSV89°26°78°
CMYK 0.130.000.26   0.22
XYZ42.694151.379035.2707
Yxy51.37900.33010.3972
Hunter Lab71.6791-19.118921.0010
CIE-Lab76.9080-17.541122.8301

#adc693 color RGB value is (173,198,147).

#adc693 hex color red value is 173, green value is 198 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #adc693 hue: 0.25 , saturation: 0.31 and the lightness value of adc693 is 0.68.

The process color (four color CMYK) of #adc693 color hex is 0.13, 0.00, 0.26, 0.22. Web safe color of #adc693 is #99cc99. Color #adc693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 10010011
Octal 255 306 223
Decimal 173 198 147
Hex AD C6 93

RGB Percentages of Color #adc693

%33.40
%38.22
%28.38

CMYK Percentages of Color #adc693

%13
%0
%26
%22

Triadic Colors of #adc693

#adc693 #93adc6 #c693ad

Analogous Colors of #adc693

#adc693 #94c693 #c6c693

Monochromatic Colors of #adc693

#adc693

Complementary Color

#adc693 #ac93c6

#adc693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc693 Color CSS Codes

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

#adc693 Text Font Color

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

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


#adc693 Background Color

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

This div background color is #adc693


#adc693 Border Color

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

This div border color is #adc693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc693


Comments

No comments written yet.

Please login to write comment.