Color Hex Logo

#d9beba Color Hex

#D9BEBA
(217,190,186)
0 Favorites   0 Comments

Color spaces of #d9beba

RGB 217190186
HSL0.020.290.79
HSV14°85°
CMYK 0.000.120.14   0.15
XYZ55.891755.123854.1485
Yxy55.12380.33840.3338
Hunter Lab74.24544.44488.7305
CIE-Lab79.11258.92835.5323

#d9beba color RGB value is (217,190,186).

#d9beba hex color red value is 217, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d9beba hue: 0.02 , saturation: 0.29 and the lightness value of d9beba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 10111010
Octal 331 276 272
Decimal 217 190 186
Hex D9 BE BA

RGB Percentages of Color #d9beba

%36.59
%32.04
%31.37

CMYK Percentages of Color #d9beba

%0
%12
%14
%15

Triadic Colors of #d9beba

#d9beba #bad9be #bebad9

Analogous Colors of #d9beba

#d9beba #d9ceba #d9bac6

Monochromatic Colors of #d9beba

#d9beba

Complementary Color

#d9beba #bad5d9

#d9beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9beba Color CSS Codes

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

#d9beba Text Font Color

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

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


#d9beba Background Color

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

This div background color is #d9beba


#d9beba Border Color

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

This div border color is #d9beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9beba


Comments

No comments written yet.

Please login to write comment.