Color Hex Logo

#dbda32 Color Hex

#DBDA32
(219,218,50)
0 Favorites   0 Comments

Color spaces of #dbda32

RGB 21921850
HSL0.170.700.53
HSV60°77°86°
CMYK 0.000.000.77   0.14
XYZ54.860565.433212.7560
Yxy65.43320.41230.4918
Hunter Lab80.8908-20.499447.2739
CIE-Lab84.7065-17.775775.7697

#dbda32 color RGB value is (219,218,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 00110010
Octal 333 332 62
Decimal 219 218 50
Hex DB DA 32

RGB Percentages of Color #dbda32

%44.97
%44.76
%10.27

CMYK Percentages of Color #dbda32

%0
%0
%77
%14

Triadic Colors of #dbda32

#dbda32 #32dbda #da32db

Analogous Colors of #dbda32

#dbda32 #88db32 #db8632

Monochromatic Colors of #dbda32

#dbda32

Complementary Color

#dbda32 #3233db

#dbda32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda32 Color CSS Codes

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

#dbda32 Text Font Color

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

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


#dbda32 Background Color

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

This div background color is #dbda32


#dbda32 Border Color

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

This div border color is #dbda32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda32


Comments

No comments written yet.

Please login to write comment.