Color Hex Logo

#d2bebf Color Hex

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

Color spaces of #d2bebf

RGB 210190191
HSL0.990.180.78
HSV357°10°82°
CMYK 0.000.100.09   0.18
XYZ54.395854.290156.9023
Yxy54.29010.32850.3279
Hunter Lab73.68182.83495.7893
CIE-Lab78.63067.23462.0595

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

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

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

Base Numbers

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

RGB Percentages of Color #d2bebf

%35.53
%32.15
%32.32

CMYK Percentages of Color #d2bebf

%0
%10
%9
%18

Triadic Colors of #d2bebf

#d2bebf #bfd2be #bebfd2

Analogous Colors of #d2bebf

#d2bebf #d2c7be #d2bec9

Monochromatic Colors of #d2bebf

#d2bebf

Complementary Color

#d2bebf #bed2d1

#d2bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bebf Color CSS Codes

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

#d2bebf Text Font Color

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

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


#d2bebf Background Color

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

This div background color is #d2bebf


#d2bebf Border Color

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

This div border color is #d2bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bebf


Comments

No comments written yet.

Please login to write comment.