Color Hex Logo

#d2bfbe Color Hex

#D2BFBE
(210,191,190)
0 Favorites   0 Comments

Color spaces of #d2bfbe

RGB 210191190
HSL0.010.180.78
HSV10°82°
CMYK 0.000.090.10   0.18
XYZ54.503454.680956.3970
Yxy54.68090.32920.3302
Hunter Lab73.94652.15976.5437
CIE-Lab78.85716.53182.9283

#d2bfbe color RGB value is (210,191,190).

#d2bfbe hex color red value is 210, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d2bfbe hue: 0.01 , saturation: 0.18 and the lightness value of d2bfbe is 0.78.

The process color (four color CMYK) of #d2bfbe color hex is 0.00, 0.09, 0.10, 0.18. Web safe color of #d2bfbe is #cccccc. Color #d2bfbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111111 10111110
Octal 322 277 276
Decimal 210 191 190
Hex D2 BF BE

RGB Percentages of Color #d2bfbe

%35.53
%32.32
%32.15

CMYK Percentages of Color #d2bfbe

%0
%9
%10
%18

Triadic Colors of #d2bfbe

#d2bfbe #bed2bf #bfbed2

Analogous Colors of #d2bfbe

#d2bfbe #d2c9be #d2bec7

Monochromatic Colors of #d2bfbe

#d2bfbe

Complementary Color

#d2bfbe #bed1d2

#d2bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bfbe Color CSS Codes

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

#d2bfbe Text Font Color

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

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


#d2bfbe Background Color

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

This div background color is #d2bfbe


#d2bfbe Border Color

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

This div border color is #d2bfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,191,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bfbe


Comments

No comments written yet.

Please login to write comment.