Color Hex Logo

#d4ceaf Color Hex

#D4CEAF
(212,206,175)
0 Favorites   0 Comments

Color spaces of #d4ceaf

RGB 212206175
HSL0.140.300.76
HSV50°17°83°
CMYK 0.000.030.17   0.17
XYZ56.960561.234849.3748
Yxy61.23480.33990.3654
Hunter Lab78.2527-7.011117.3669
CIE-Lab82.5048-3.040316.1814

#d4ceaf color RGB value is (212,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001110 10101111
Octal 324 316 257
Decimal 212 206 175
Hex D4 CE AF

RGB Percentages of Color #d4ceaf

%35.75
%34.74
%29.51

CMYK Percentages of Color #d4ceaf

%0
%3
%17
%17

Triadic Colors of #d4ceaf

#d4ceaf #afd4ce #ceafd4

Analogous Colors of #d4ceaf

#d4ceaf #c8d4af #d4bcaf

Monochromatic Colors of #d4ceaf

#d4ceaf

Complementary Color

#d4ceaf #afb5d4

#d4ceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ceaf Color CSS Codes

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

#d4ceaf Text Font Color

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

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


#d4ceaf Background Color

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

This div background color is #d4ceaf


#d4ceaf Border Color

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

This div border color is #d4ceaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,206,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d4ceaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ceaf


Comments

No comments written yet.

Please login to write comment.