Color Hex Logo

#d8bebf Color Hex

#D8BEBF
(216,190,191)
0 Favorites   0 Comments

Color spaces of #d8bebf

RGB 216190191
HSL0.990.250.80
HSV358°12°85°
CMYK 0.000.120.12   0.15
XYZ56.136355.187456.9838
Yxy55.18740.33350.3279
Hunter Lab74.28824.88016.5225
CIE-Lab79.14919.38092.8766

#d8bebf color RGB value is (216,190,191).

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

The process color (four color CMYK) of #d8bebf color hex is 0.00, 0.12, 0.12, 0.15. Web safe color of #d8bebf is #cccccc. Color #d8bebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 10111111
Octal 330 276 277
Decimal 216 190 191
Hex D8 BE BF

RGB Percentages of Color #d8bebf

%36.18
%31.83
%31.99

CMYK Percentages of Color #d8bebf

%0
%12
%12
%15

Triadic Colors of #d8bebf

#d8bebf #bfd8be #bebfd8

Analogous Colors of #d8bebf

#d8bebf #d8cabe #d8becc

Monochromatic Colors of #d8bebf

#d8bebf

Complementary Color

#d8bebf #bed8d7

#d8bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bebf Color CSS Codes

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

#d8bebf Text Font Color

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

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


#d8bebf Background Color

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

This div background color is #d8bebf


#d8bebf Border Color

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

This div border color is #d8bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bebf


Comments

No comments written yet.

Please login to write comment.