Color Hex Logo

#adc1ae Color Hex

#ADC1AE
(173,193,174)
0 Favorites   0 Comments

Color spaces of #adc1ae

RGB 173193174
HSL0.340.140.72
HSV123°10°76°
CMYK 0.100.000.10   0.24
XYZ43.943550.080247.3948
Yxy50.08020.31070.3541
Hunter Lab70.7674-13.00209.8291
CIE-Lab76.1185-10.43847.2525

#adc1ae color RGB value is (173,193,174).

#adc1ae hex color red value is 173, green value is 193 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #adc1ae hue: 0.34 , saturation: 0.14 and the lightness value of adc1ae is 0.72.

The process color (four color CMYK) of #adc1ae color hex is 0.10, 0.00, 0.10, 0.24. Web safe color of #adc1ae is #99cc99. Color #adc1ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 10101110
Octal 255 301 256
Decimal 173 193 174
Hex AD C1 AE

RGB Percentages of Color #adc1ae

%32.04
%35.74
%32.22

CMYK Percentages of Color #adc1ae

%10
%0
%10
%24

Triadic Colors of #adc1ae

#adc1ae #aeadc1 #c1aead

Analogous Colors of #adc1ae

#adc1ae #adc1b8 #b6c1ad

Monochromatic Colors of #adc1ae

#adc1ae

Complementary Color

#adc1ae #c1adc0

#adc1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc1ae Color CSS Codes

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

#adc1ae Text Font Color

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

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


#adc1ae Background Color

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

This div background color is #adc1ae


#adc1ae Border Color

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

This div border color is #adc1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc1ae


Comments

No comments written yet.

Please login to write comment.