Color Hex Logo

#d1beae Color Hex

#D1BEAE
(209,190,174)
0 Favorites   0 Comments

Color spaces of #d1beae

RGB 209190174
HSL0.080.280.75
HSV27°17°82°
CMYK 0.000.090.17   0.18
XYZ52.347953.438247.6000
Yxy53.43820.34130.3484
Hunter Lab73.1014-0.103812.5643
CIE-Lab78.13304.103010.5074

#d1beae color RGB value is (209,190,174).

#d1beae hex color red value is 209, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d1beae hue: 0.08 , saturation: 0.28 and the lightness value of d1beae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111110 10101110
Octal 321 276 256
Decimal 209 190 174
Hex D1 BE AE

RGB Percentages of Color #d1beae

%36.47
%33.16
%30.37

CMYK Percentages of Color #d1beae

%0
%9
%17
%18

Triadic Colors of #d1beae

#d1beae #aed1be #beaed1

Analogous Colors of #d1beae

#d1beae #d1d0ae #d1aeb0

Monochromatic Colors of #d1beae

#d1beae

Complementary Color

#d1beae #aec1d1

#d1beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1beae Color CSS Codes

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

#d1beae Text Font Color

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

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


#d1beae Background Color

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

This div background color is #d1beae


#d1beae Border Color

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

This div border color is #d1beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1beae


Comments

No comments written yet.

Please login to write comment.