Color Hex Logo

#d7cfae Color Hex

#D7CFAE
(215,207,174)
0 Favorites   0 Comments

Color spaces of #d7cfae

RGB 215207174
HSL0.130.340.76
HSV48°19°84°
CMYK 0.000.040.19   0.16
XYZ57.977162.128748.9807
Yxy62.12870.34290.3674
Hunter Lab78.8218-6.643018.3318
CIE-Lab82.9818-2.603317.4138

#d7cfae color RGB value is (215,207,174).

#d7cfae hex color red value is 215, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d7cfae hue: 0.13 , saturation: 0.34 and the lightness value of d7cfae is 0.76.

The process color (four color CMYK) of #d7cfae color hex is 0.00, 0.04, 0.19, 0.16. Web safe color of #d7cfae is #cccc99. Color #d7cfae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001111 10101110
Octal 327 317 256
Decimal 215 207 174
Hex D7 CF AE

RGB Percentages of Color #d7cfae

%36.07
%34.73
%29.19

CMYK Percentages of Color #d7cfae

%0
%4
%19
%16

Triadic Colors of #d7cfae

#d7cfae #aed7cf #cfaed7

Analogous Colors of #d7cfae

#d7cfae #cbd7ae #d7bbae

Monochromatic Colors of #d7cfae

#d7cfae

Complementary Color

#d7cfae #aeb6d7

#d7cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cfae Color CSS Codes

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

#d7cfae Text Font Color

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

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


#d7cfae Background Color

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

This div background color is #d7cfae


#d7cfae Border Color

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

This div border color is #d7cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cfae


Comments

No comments written yet.

Please login to write comment.