Color Hex Logo

#dbd035 Color Hex

#DBD035
(219,208,53)
0 Favorites   0 Comments

Color spaces of #dbd035

RGB 21920853
HSL0.160.700.53
HSV56°76°86°
CMYK 0.000.050.76   0.14
XYZ52.411960.428912.2697
Yxy60.42890.41890.4830
Hunter Lab77.7360-15.688145.0570
CIE-Lab82.0708-12.703172.4851

#dbd035 color RGB value is (219,208,53).

#dbd035 hex color red value is 219, green value is 208 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dbd035 hue: 0.16 , saturation: 0.70 and the lightness value of dbd035 is 0.53.

The process color (four color CMYK) of #dbd035 color hex is 0.00, 0.05, 0.76, 0.14. Web safe color of #dbd035 is #cccc33. Color #dbd035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 00110101
Octal 333 320 65
Decimal 219 208 53
Hex DB D0 35

RGB Percentages of Color #dbd035

%45.63
%43.33
%11.04

CMYK Percentages of Color #dbd035

%0
%5
%76
%14

Triadic Colors of #dbd035

#dbd035 #35dbd0 #d035db

Analogous Colors of #dbd035

#dbd035 #93db35 #db7d35

Monochromatic Colors of #dbd035

#dbd035

Complementary Color

#dbd035 #3540db

#dbd035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd035 Color CSS Codes

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

#dbd035 Text Font Color

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

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


#dbd035 Background Color

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

This div background color is #dbd035


#dbd035 Border Color

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

This div border color is #dbd035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd035


Comments

No comments written yet.

Please login to write comment.