Color Hex Logo

#dbd498 Color Hex

#DBD498
(219,212,152)
1 Favorites   0 Comments

Color spaces of #dbd498

RGB 219212152
HSL0.150.480.73
HSV54°31°86°
CMYK 0.000.030.31   0.14
XYZ58.424464.414039.0596
Yxy64.41400.36090.3979
Hunter Lab80.2583-10.512227.3260
CIE-Lab84.1809-6.683830.6174

#dbd498 color RGB value is (219,212,152).

#dbd498 hex color red value is 219, green value is 212 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dbd498 hue: 0.15 , saturation: 0.48 and the lightness value of dbd498 is 0.73.

The process color (four color CMYK) of #dbd498 color hex is 0.00, 0.03, 0.31, 0.14. Web safe color of #dbd498 is #cccc99. Color #dbd498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 10011000
Octal 333 324 230
Decimal 219 212 152
Hex DB D4 98

RGB Percentages of Color #dbd498

%37.56
%36.36
%26.07

CMYK Percentages of Color #dbd498

%0
%3
%31
%14

Triadic Colors of #dbd498

#dbd498 #98dbd4 #d498db

Analogous Colors of #dbd498

#dbd498 #c1db98 #dbb398

Monochromatic Colors of #dbd498

#dbd498

Complementary Color

#dbd498 #989fdb

#dbd498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd498 Color CSS Codes

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

#dbd498 Text Font Color

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

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


#dbd498 Background Color

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

This div background color is #dbd498


#dbd498 Border Color

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

This div border color is #dbd498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd498


Comments

No comments written yet.

Please login to write comment.