Color Hex Logo

#adcaae Color Hex

#ADCAAE
(173,202,174)
0 Favorites   0 Comments

Color spaces of #adcaae

RGB 173202174
HSL0.340.210.74
HSV122°14°79°
CMYK 0.140.000.14   0.21
XYZ45.994154.181348.0783
Yxy54.18130.31020.3655
Hunter Lab73.6079-17.277812.7993
CIE-Lab78.5673-15.071210.7495

#adcaae color RGB value is (173,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10101110
Octal 255 312 256
Decimal 173 202 174
Hex AD CA AE

RGB Percentages of Color #adcaae

%31.51
%36.79
%31.69

CMYK Percentages of Color #adcaae

%14
%0
%14
%21

Triadic Colors of #adcaae

#adcaae #aeadca #caaead

Analogous Colors of #adcaae

#adcaae #adcabd #bbcaad

Monochromatic Colors of #adcaae

#adcaae

Complementary Color

#adcaae #caadc9

#adcaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcaae Color CSS Codes

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

#adcaae Text Font Color

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

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


#adcaae Background Color

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

This div background color is #adcaae


#adcaae Border Color

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

This div border color is #adcaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcaae


Comments

No comments written yet.

Please login to write comment.