Color Hex Logo

#d2bebe Color Hex

#D2BEBE
(210,190,190)
0 Favorites   0 Comments

Color spaces of #d2bebe

RGB 210190190
HSL0.000.180.78
HSV10°82°
CMYK 0.000.100.10   0.18
XYZ54.286154.246356.3246
Yxy54.24630.32930.3291
Hunter Lab73.65212.67436.2151
CIE-Lab78.60517.06512.5627

#d2bebe color RGB value is (210,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 10111110
Octal 322 276 276
Decimal 210 190 190
Hex D2 BE BE

RGB Percentages of Color #d2bebe

%35.59
%32.20
%32.20

CMYK Percentages of Color #d2bebe

%0
%10
%10
%18

Triadic Colors of #d2bebe

#d2bebe #bed2be #bebed2

Analogous Colors of #d2bebe

#d2bebe #d2c8be #d2bec8

Monochromatic Colors of #d2bebe

#d2bebe

Complementary Color

#d2bebe #bed2d2

#d2bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2bebe Color CSS Codes

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

#d2bebe Text Font Color

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

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


#d2bebe Background Color

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

This div background color is #d2bebe


#d2bebe Border Color

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

This div border color is #d2bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2bebe

#d2bebe Color Palettes


Comments

No comments written yet.

Please login to write comment.