Color Hex Logo

#dbd490 Color Hex

#DBD490
(219,212,144)
0 Favorites   0 Comments

Color spaces of #dbd490

RGB 219212144
HSL0.150.510.71
HSV54°34°86°
CMYK 0.000.030.34   0.14
XYZ57.790964.160735.7239
Yxy64.16070.36650.4069
Hunter Lab80.1004-11.391329.6276
CIE-Lab84.0494-7.659234.5570

#dbd490 color RGB value is (219,212,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 10010000
Octal 333 324 220
Decimal 219 212 144
Hex DB D4 90

RGB Percentages of Color #dbd490

%38.09
%36.87
%25.04

CMYK Percentages of Color #dbd490

%0
%3
%34
%14

Triadic Colors of #dbd490

#dbd490 #90dbd4 #d490db

Analogous Colors of #dbd490

#dbd490 #bddb90 #dbaf90

Monochromatic Colors of #dbd490

#dbd490

Complementary Color

#dbd490 #9097db

#dbd490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd490 Color CSS Codes

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

#dbd490 Text Font Color

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

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


#dbd490 Background Color

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

This div background color is #dbd490


#dbd490 Border Color

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

This div border color is #dbd490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd490


Comments

No comments written yet.

Please login to write comment.