Color Hex Logo

#adc694 Color Hex

#ADC694
(173,198,148)
0 Favorites   0 Comments

Color spaces of #adc694

RGB 173198148
HSL0.250.300.68
HSV90°25°78°
CMYK 0.130.000.25   0.22
XYZ42.773051.410535.6858
Yxy51.41050.32940.3959
Hunter Lab71.7011-18.993520.6820
CIE-Lab76.9270-17.387222.3261

#adc694 color RGB value is (173,198,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 10010100
Octal 255 306 224
Decimal 173 198 148
Hex AD C6 94

RGB Percentages of Color #adc694

%33.33
%38.15
%28.52

CMYK Percentages of Color #adc694

%13
%0
%25
%22

Triadic Colors of #adc694

#adc694 #94adc6 #c694ad

Analogous Colors of #adc694

#adc694 #94c694 #c6c694

Monochromatic Colors of #adc694

#adc694

Complementary Color

#adc694 #ad94c6

#adc694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc694 Color CSS Codes

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

#adc694 Text Font Color

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

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


#adc694 Background Color

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

This div background color is #adc694


#adc694 Border Color

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

This div border color is #adc694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc694


Comments

No comments written yet.

Please login to write comment.