Color Hex Logo

#d8b294 Color Hex

#D8B294
(216,178,148)
0 Favorites   0 Comments

Color spaces of #d8b294

RGB 216178148
HSL0.070.470.71
HSV26°31°85°
CMYK 0.000.180.31   0.15
XYZ49.584648.577834.7800
Yxy48.57780.37300.3654
Hunter Lab69.69785.017919.2020
CIE-Lab75.18799.455120.5044

#d8b294 color RGB value is (216,178,148).

#d8b294 hex color red value is 216, green value is 178 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d8b294 hue: 0.07 , saturation: 0.47 and the lightness value of d8b294 is 0.71.

The process color (four color CMYK) of #d8b294 color hex is 0.00, 0.18, 0.31, 0.15. Web safe color of #d8b294 is #cc9999. Color #d8b294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110010 10010100
Octal 330 262 224
Decimal 216 178 148
Hex D8 B2 94

RGB Percentages of Color #d8b294

%39.85
%32.84
%27.31

CMYK Percentages of Color #d8b294

%0
%18
%31
%15

Triadic Colors of #d8b294

#d8b294 #94d8b2 #b294d8

Analogous Colors of #d8b294

#d8b294 #d8d494 #d89498

Monochromatic Colors of #d8b294

#d8b294

Complementary Color

#d8b294 #94bad8

#d8b294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b294 Color CSS Codes

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

#d8b294 Text Font Color

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

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


#d8b294 Background Color

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

This div background color is #d8b294


#d8b294 Border Color

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

This div border color is #d8b294


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,178,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8b294


Comments

No comments written yet.

Please login to write comment.