Color Hex Logo

#d4cfae Color Hex

#D4CFAE
(212,207,174)
0 Favorites   0 Comments

Color spaces of #d4cfae

RGB 212207174
HSL0.140.310.76
HSV52°18°83°
CMYK 0.000.020.18   0.17
XYZ57.104261.678748.9399
Yxy61.67870.34050.3677
Hunter Lab78.5358-7.648418.0282
CIE-Lab82.7423-3.709617.0433

#d4cfae color RGB value is (212,207,174).

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

The process color (four color CMYK) of #d4cfae color hex is 0.00, 0.02, 0.18, 0.17. Web safe color of #d4cfae is #cccc99. Color #d4cfae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001111 10101110
Octal 324 317 256
Decimal 212 207 174
Hex D4 CF AE

RGB Percentages of Color #d4cfae

%35.75
%34.91
%29.34

CMYK Percentages of Color #d4cfae

%0
%2
%18
%17

Triadic Colors of #d4cfae

#d4cfae #aed4cf #cfaed4

Analogous Colors of #d4cfae

#d4cfae #c6d4ae #d4bcae

Monochromatic Colors of #d4cfae

#d4cfae

Complementary Color

#d4cfae #aeb3d4

#d4cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cfae Color CSS Codes

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

#d4cfae Text Font Color

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

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


#d4cfae Background Color

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

This div background color is #d4cfae


#d4cfae Border Color

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

This div border color is #d4cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cfae


Comments

No comments written yet.

Please login to write comment.