Color Hex Logo

#d6beaf Color Hex

#D6BEAF
(214,190,175)
0 Favorites   0 Comments

Color spaces of #d6beaf

RGB 214190175
HSL0.060.320.76
HSV23°18°84°
CMYK 0.000.110.18   0.16
XYZ53.882954.218248.1827
Yxy54.21820.34480.3469
Hunter Lab73.63301.764312.7459
CIE-Lab78.58886.105910.6764

#d6beaf color RGB value is (214,190,175).

#d6beaf hex color red value is 214, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d6beaf hue: 0.06 , saturation: 0.32 and the lightness value of d6beaf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111110 10101111
Octal 326 276 257
Decimal 214 190 175
Hex D6 BE AF

RGB Percentages of Color #d6beaf

%36.96
%32.82
%30.22

CMYK Percentages of Color #d6beaf

%0
%11
%18
%16

Triadic Colors of #d6beaf

#d6beaf #afd6be #beafd6

Analogous Colors of #d6beaf

#d6beaf #d6d2af #d6afb4

Monochromatic Colors of #d6beaf

#d6beaf

Complementary Color

#d6beaf #afc7d6

#d6beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6beaf Color CSS Codes

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

#d6beaf Text Font Color

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

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


#d6beaf Background Color

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

This div background color is #d6beaf


#d6beaf Border Color

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

This div border color is #d6beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6beaf


Comments

No comments written yet.

Please login to write comment.