Color Hex Logo

#d7ceae Color Hex

#D7CEAE
(215,206,174)
0 Favorites   0 Comments

Color spaces of #d7ceae

RGB 215206174
HSL0.130.340.76
HSV47°19°84°
CMYK 0.000.040.19   0.16
XYZ57.735661.645748.9002
Yxy61.64570.34310.3663
Hunter Lab78.5148-6.141418.0336
CIE-Lab82.7246-2.084417.0544

#d7ceae color RGB value is (215,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001110 10101110
Octal 327 316 256
Decimal 215 206 174
Hex D7 CE AE

RGB Percentages of Color #d7ceae

%36.13
%34.62
%29.24

CMYK Percentages of Color #d7ceae

%0
%4
%19
%16

Triadic Colors of #d7ceae

#d7ceae #aed7ce #ceaed7

Analogous Colors of #d7ceae

#d7ceae #ccd7ae #d7baae

Monochromatic Colors of #d7ceae

#d7ceae

Complementary Color

#d7ceae #aeb7d7

#d7ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ceae Color CSS Codes

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

#d7ceae Text Font Color

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

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


#d7ceae Background Color

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

This div background color is #d7ceae


#d7ceae Border Color

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

This div border color is #d7ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ceae


Comments

No comments written yet.

Please login to write comment.