Color Hex Logo

#dbd994 Color Hex

#DBD994
(219,217,148)
0 Favorites   0 Comments

Color spaces of #dbd994

RGB 219217148
HSL0.160.500.72
HSV58°32°86°
CMYK 0.000.010.32   0.14
XYZ59.371666.823937.7861
Yxy66.82390.36210.4075
Hunter Lab81.7459-13.411729.8160
CIE-Lab85.4149-9.718034.3066

#dbd994 color RGB value is (219,217,148).

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

The process color (four color CMYK) of #dbd994 color hex is 0.00, 0.01, 0.32, 0.14. Web safe color of #dbd994 is #cccc99. Color #dbd994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10010100
Octal 333 331 224
Decimal 219 217 148
Hex DB D9 94

RGB Percentages of Color #dbd994

%37.50
%37.16
%25.34

CMYK Percentages of Color #dbd994

%0
%1
%32
%14

Triadic Colors of #dbd994

#dbd994 #94dbd9 #d994db

Analogous Colors of #dbd994

#dbd994 #badb94 #dbb694

Monochromatic Colors of #dbd994

#dbd994

Complementary Color

#dbd994 #9496db

#dbd994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd994 Color CSS Codes

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

#dbd994 Text Font Color

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

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


#dbd994 Background Color

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

This div background color is #dbd994


#dbd994 Border Color

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

This div border color is #dbd994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd994


Comments

No comments written yet.

Please login to write comment.