Color Hex Logo

#dbd294 Color Hex

#DBD294
(219,210,148)
0 Favorites   0 Comments

Color spaces of #dbd294

RGB 219210148
HSL0.150.500.72
HSV52°32°86°
CMYK 0.000.040.32   0.14
XYZ57.605363.291437.1973
Yxy63.29140.36440.4003
Hunter Lab79.5559-9.973527.9674
CIE-Lab83.5955-6.156731.9035

#dbd294 color RGB value is (219,210,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 10010100
Octal 333 322 224
Decimal 219 210 148
Hex DB D2 94

RGB Percentages of Color #dbd294

%37.95
%36.40
%25.65

CMYK Percentages of Color #dbd294

%0
%4
%32
%14

Triadic Colors of #dbd294

#dbd294 #94dbd2 #d294db

Analogous Colors of #dbd294

#dbd294 #c1db94 #dbaf94

Monochromatic Colors of #dbd294

#dbd294

Complementary Color

#dbd294 #949ddb

#dbd294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd294 Color CSS Codes

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

#dbd294 Text Font Color

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

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


#dbd294 Background Color

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

This div background color is #dbd294


#dbd294 Border Color

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

This div border color is #dbd294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd294


Comments

No comments written yet.

Please login to write comment.