Color Hex Logo

#dbd626 Color Hex

#DBD626
(219,214,38)
0 Favorites   0 Comments

Color spaces of #dbd626

RGB 21921438
HSL0.160.720.50
HSV58°83°86°
CMYK 0.000.020.83   0.14
XYZ53.609863.293111.2250
Yxy63.29310.41840.4940
Hunter Lab79.5570-18.941747.3244
CIE-Lab83.5964-16.178777.9389

#dbd626 color RGB value is (219,214,38).

#dbd626 hex color red value is 219, green value is 214 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dbd626 hue: 0.16 , saturation: 0.72 and the lightness value of dbd626 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00100110
Octal 333 326 46
Decimal 219 214 38
Hex DB D6 26

RGB Percentages of Color #dbd626

%46.50
%45.44
%8.07

CMYK Percentages of Color #dbd626

%0
%2
%83
%14

Triadic Colors of #dbd626

#dbd626 #26dbd6 #d626db

Analogous Colors of #dbd626

#dbd626 #86db26 #db7c26

Monochromatic Colors of #dbd626

#dbd626

Complementary Color

#dbd626 #262bdb

#dbd626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd626 Color CSS Codes

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

#dbd626 Text Font Color

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

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


#dbd626 Background Color

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

This div background color is #dbd626


#dbd626 Border Color

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

This div border color is #dbd626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd626


Comments

No comments written yet.

Please login to write comment.