Color Hex Logo

#adc4ae Color Hex

#ADC4AE
(173,196,174)
0 Favorites   0 Comments

Color spaces of #adc4ae

RGB 173196174
HSL0.340.160.72
HSV123°12°77°
CMYK 0.120.000.11   0.23
XYZ44.613551.420147.6181
Yxy51.42010.31060.3579
Hunter Lab71.7078-14.433710.8235
CIE-Lab76.9328-11.99348.4188

#adc4ae color RGB value is (173,196,174).

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

The process color (four color CMYK) of #adc4ae color hex is 0.12, 0.00, 0.11, 0.23. Web safe color of #adc4ae is #99cc99. Color #adc4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10101110
Octal 255 304 256
Decimal 173 196 174
Hex AD C4 AE

RGB Percentages of Color #adc4ae

%31.86
%36.10
%32.04

CMYK Percentages of Color #adc4ae

%12
%0
%11
%23

Triadic Colors of #adc4ae

#adc4ae #aeadc4 #c4aead

Analogous Colors of #adc4ae

#adc4ae #adc4ba #b8c4ad

Monochromatic Colors of #adc4ae

#adc4ae

Complementary Color

#adc4ae #c4adc3

#adc4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4ae Color CSS Codes

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

#adc4ae Text Font Color

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

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


#adc4ae Background Color

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

This div background color is #adc4ae


#adc4ae Border Color

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

This div border color is #adc4ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,196,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 #adc4ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4ae


Comments

No comments written yet.

Please login to write comment.