Color Hex Logo

#d5cfb2 Color Hex

#D5CFB2
(213,207,178)
0 Favorites   0 Comments

Color spaces of #d5cfb2

RGB 213207178
HSL0.140.290.77
HSV50°16°84°
CMYK 0.000.030.16   0.16
XYZ57.789361.986151.0382
Yxy61.98610.33830.3629
Hunter Lab78.7313-6.759416.6766
CIE-Lab82.9060-2.735015.1667

#d5cfb2 color RGB value is (213,207,178).

#d5cfb2 hex color red value is 213, green value is 207 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #d5cfb2 hue: 0.14 , saturation: 0.29 and the lightness value of d5cfb2 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 10110010
Octal 325 317 262
Decimal 213 207 178
Hex D5 CF B2

RGB Percentages of Color #d5cfb2

%35.62
%34.62
%29.77

CMYK Percentages of Color #d5cfb2

%0
%3
%16
%16

Triadic Colors of #d5cfb2

#d5cfb2 #b2d5cf #cfb2d5

Analogous Colors of #d5cfb2

#d5cfb2 #cad5b2 #d5beb2

Monochromatic Colors of #d5cfb2

#d5cfb2

Complementary Color

#d5cfb2 #b2b8d5

#d5cfb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfb2 Color CSS Codes

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

#d5cfb2 Text Font Color

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

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


#d5cfb2 Background Color

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

This div background color is #d5cfb2


#d5cfb2 Border Color

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

This div border color is #d5cfb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,207,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfb2


Comments

No comments written yet.

Please login to write comment.