Color Hex Logo

#d2bfae Color Hex

#D2BFAE
(210,191,174)
0 Favorites   0 Comments

Color spaces of #d2bfae

RGB 210191174
HSL0.080.290.75
HSV28°17°82°
CMYK 0.000.090.17   0.18
XYZ52.849154.019247.6857
Yxy54.01920.34190.3495
Hunter Lab73.4978-0.269312.9808
CIE-Lab78.47293.941711.0025

#d2bfae color RGB value is (210,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111111 10101110
Octal 322 277 256
Decimal 210 191 174
Hex D2 BF AE

RGB Percentages of Color #d2bfae

%36.52
%33.22
%30.26

CMYK Percentages of Color #d2bfae

%0
%9
%17
%18

Triadic Colors of #d2bfae

#d2bfae #aed2bf #bfaed2

Analogous Colors of #d2bfae

#d2bfae #d2d1ae #d2aeaf

Monochromatic Colors of #d2bfae

#d2bfae

Complementary Color

#d2bfae #aec1d2

#d2bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bfae Color CSS Codes

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

#d2bfae Text Font Color

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

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


#d2bfae Background Color

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

This div background color is #d2bfae


#d2bfae Border Color

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

This div border color is #d2bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bfae


Comments

No comments written yet.

Please login to write comment.