Color Hex Logo

#d4beba Color Hex

#D4BEBA
(212,190,186)
0 Favorites   0 Comments

Color spaces of #d4beba

RGB 212190186
HSL0.030.230.78
HSV12°83°
CMYK 0.000.100.12   0.17
XYZ54.427854.369154.0800
Yxy54.36910.33420.3338
Hunter Lab73.73542.72288.1295
CIE-Lab78.67657.11834.8473

#d4beba color RGB value is (212,190,186).

#d4beba hex color red value is 212, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d4beba hue: 0.03 , saturation: 0.23 and the lightness value of d4beba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111110 10111010
Octal 324 276 272
Decimal 212 190 186
Hex D4 BE BA

RGB Percentages of Color #d4beba

%36.05
%32.31
%31.63

CMYK Percentages of Color #d4beba

%0
%10
%12
%17

Triadic Colors of #d4beba

#d4beba #bad4be #bebad4

Analogous Colors of #d4beba

#d4beba #d4cbba #d4bac3

Monochromatic Colors of #d4beba

#d4beba

Complementary Color

#d4beba #bad0d4

#d4beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4beba Color CSS Codes

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

#d4beba Text Font Color

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

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


#d4beba Background Color

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

This div background color is #d4beba


#d4beba Border Color

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

This div border color is #d4beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4beba


Comments

No comments written yet.

Please login to write comment.