Color Hex Logo

#d6afae Color Hex

#D6AFAE
(214,175,174)
0 Favorites   0 Comments

Color spaces of #d6afae

RGB 214175174
HSL0.000.330.76
HSV19°84°
CMYK 0.000.180.19   0.16
XYZ50.701548.012146.6394
Yxy48.01210.34880.3303
Hunter Lab69.29089.35338.5956
CIE-Lab74.832613.98655.8450

#d6afae color RGB value is (214,175,174).

#d6afae hex color red value is 214, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d6afae hue: 0.00 , saturation: 0.33 and the lightness value of d6afae is 0.76.

The process color (four color CMYK) of #d6afae color hex is 0.00, 0.18, 0.19, 0.16. Web safe color of #d6afae is #cc9999. Color #d6afae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101111 10101110
Octal 326 257 256
Decimal 214 175 174
Hex D6 AF AE

RGB Percentages of Color #d6afae

%38.01
%31.08
%30.91

CMYK Percentages of Color #d6afae

%0
%18
%19
%16

Triadic Colors of #d6afae

#d6afae #aed6af #afaed6

Analogous Colors of #d6afae

#d6afae #d6c3ae #d6aec1

Monochromatic Colors of #d6afae

#d6afae

Complementary Color

#d6afae #aed5d6

#d6afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6afae Color CSS Codes

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

#d6afae Text Font Color

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

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


#d6afae Background Color

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

This div background color is #d6afae


#d6afae Border Color

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

This div border color is #d6afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6afae


Comments

No comments written yet.

Please login to write comment.