Color Hex Logo

#a7cdae Color Hex

#A7CDAE
(167,205,174)
0 Favorites   0 Comments

Color spaces of #a7cdae

RGB 167205174
HSL0.360.280.73
HSV131°19°80°
CMYK 0.190.000.15   0.20
XYZ45.407754.934148.2545
Yxy54.93410.30560.3697
Hunter Lab74.1175-20.348713.2813
CIE-Lab79.0033-18.625711.3154

#a7cdae color RGB value is (167,205,174).

#a7cdae hex color red value is 167, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a7cdae hue: 0.36 , saturation: 0.28 and the lightness value of a7cdae is 0.73.

The process color (four color CMYK) of #a7cdae color hex is 0.19, 0.00, 0.15, 0.20. Web safe color of #a7cdae is #99cc99. Color #a7cdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001101 10101110
Octal 247 315 256
Decimal 167 205 174
Hex A7 CD AE

RGB Percentages of Color #a7cdae

%30.59
%37.55
%31.87

CMYK Percentages of Color #a7cdae

%19
%0
%15
%20

Triadic Colors of #a7cdae

#a7cdae #aea7cd #cdaea7

Analogous Colors of #a7cdae

#a7cdae #a7cdc1 #b3cda7

Monochromatic Colors of #a7cdae

#a7cdae

Complementary Color

#a7cdae #cda7c6

#a7cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cdae Color CSS Codes

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

#a7cdae Text Font Color

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

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


#a7cdae Background Color

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

This div background color is #a7cdae


#a7cdae Border Color

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

This div border color is #a7cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cdae


Comments

No comments written yet.

Please login to write comment.