Color Hex Logo

#d4beae Color Hex

#D4BEAE
(212,190,174)
0 Favorites   0 Comments

Color spaces of #d4beae

RGB 212190174
HSL0.070.310.76
HSV25°18°83°
CMYK 0.000.100.18   0.17
XYZ53.204853.880047.6401
Yxy53.88000.34390.3482
Hunter Lab73.40300.927212.9016
CIE-Lab78.39175.212210.9109

#d4beae color RGB value is (212,190,174).

#d4beae hex color red value is 212, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d4beae hue: 0.07 , saturation: 0.31 and the lightness value of d4beae is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111110 10101110
Octal 324 276 256
Decimal 212 190 174
Hex D4 BE AE

RGB Percentages of Color #d4beae

%36.81
%32.99
%30.21

CMYK Percentages of Color #d4beae

%0
%10
%18
%17

Triadic Colors of #d4beae

#d4beae #aed4be #beaed4

Analogous Colors of #d4beae

#d4beae #d4d1ae #d4aeb1

Monochromatic Colors of #d4beae

#d4beae

Complementary Color

#d4beae #aec4d4

#d4beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4beae Color CSS Codes

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

#d4beae Text Font Color

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

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


#d4beae Background Color

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

This div background color is #d4beae


#d4beae Border Color

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

This div border color is #d4beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4beae


Comments

No comments written yet.

Please login to write comment.