Color Hex Logo

#dbda42 Color Hex

#DBDA42
(219,218,66)
0 Favorites   0 Comments

Color spaces of #dbda42

RGB 21921866
HSL0.170.680.56
HSV60°70°86°
CMYK 0.000.000.70   0.14
XYZ55.268265.596214.9027
Yxy65.59620.40710.4832
Hunter Lab80.9915-19.927545.7845
CIE-Lab84.7900-17.107270.7061

#dbda42 color RGB value is (219,218,66).

#dbda42 hex color red value is 219, green value is 218 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dbda42 hue: 0.17 , saturation: 0.68 and the lightness value of dbda42 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 01000010
Octal 333 332 102
Decimal 219 218 66
Hex DB DA 42

RGB Percentages of Color #dbda42

%43.54
%43.34
%13.12

CMYK Percentages of Color #dbda42

%0
%0
%70
%14

Triadic Colors of #dbda42

#dbda42 #42dbda #da42db

Analogous Colors of #dbda42

#dbda42 #90db42 #db8e42

Monochromatic Colors of #dbda42

#dbda42

Complementary Color

#dbda42 #4243db

#dbda42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda42 Color CSS Codes

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

#dbda42 Text Font Color

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

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


#dbda42 Background Color

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

This div background color is #dbda42


#dbda42 Border Color

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

This div border color is #dbda42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda42


Comments

No comments written yet.

Please login to write comment.