Color Hex Logo

#d9d094 Color Hex

#D9D094
(217,208,148)
0 Favorites   0 Comments

Color spaces of #d9d094

RGB 217208148
HSL0.140.480.72
HSV52°32°85°
CMYK 0.000.040.32   0.15
XYZ56.516462.001637.0057
Yxy62.00160.36340.3987
Hunter Lab78.7411-9.678627.2544
CIE-Lab82.9143-5.903630.9695

#d9d094 color RGB value is (217,208,148).

#d9d094 hex color red value is 217, green value is 208 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d9d094 hue: 0.14 , saturation: 0.48 and the lightness value of d9d094 is 0.72.

The process color (four color CMYK) of #d9d094 color hex is 0.00, 0.04, 0.32, 0.15. Web safe color of #d9d094 is #cccc99. Color #d9d094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010000 10010100
Octal 331 320 224
Decimal 217 208 148
Hex D9 D0 94

RGB Percentages of Color #d9d094

%37.87
%36.30
%25.83

CMYK Percentages of Color #d9d094

%0
%4
%32
%15

Triadic Colors of #d9d094

#d9d094 #94d9d0 #d094d9

Analogous Colors of #d9d094

#d9d094 #c0d994 #d9ae94

Monochromatic Colors of #d9d094

#d9d094

Complementary Color

#d9d094 #949dd9

#d9d094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d094 Color CSS Codes

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

#d9d094 Text Font Color

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

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


#d9d094 Background Color

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

This div background color is #d9d094


#d9d094 Border Color

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

This div border color is #d9d094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d094


Comments

No comments written yet.

Please login to write comment.