Color Hex Logo

#dbd426 Color Hex

#DBD426
(219,212,38)
0 Favorites   0 Comments

Color spaces of #dbd426

RGB 21921238
HSL0.160.720.50
HSV58°83°86°
CMYK 0.000.030.83   0.14
XYZ53.106862.287011.0573
Yxy62.28700.42000.4926
Hunter Lab78.9221-18.000846.9387
CIE-Lab83.0658-15.188077.4935

#dbd426 color RGB value is (219,212,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 00100110
Octal 333 324 46
Decimal 219 212 38
Hex DB D4 26

RGB Percentages of Color #dbd426

%46.70
%45.20
%8.10

CMYK Percentages of Color #dbd426

%0
%3
%83
%14

Triadic Colors of #dbd426

#dbd426 #26dbd4 #d426db

Analogous Colors of #dbd426

#dbd426 #88db26 #db7a26

Monochromatic Colors of #dbd426

#dbd426

Complementary Color

#dbd426 #262ddb

#dbd426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd426 Color CSS Codes

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

#dbd426 Text Font Color

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

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


#dbd426 Background Color

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

This div background color is #dbd426


#dbd426 Border Color

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

This div border color is #dbd426


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,212,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 #dbd426">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd426


Comments

No comments written yet.

Please login to write comment.