Color Hex Logo

#dbd634 Color Hex

#DBD634
(219,214,52)
0 Favorites   0 Comments

Color spaces of #dbd634

RGB 21921452
HSL0.160.700.53
HSV58°76°86°
CMYK 0.000.020.76   0.14
XYZ53.879863.401112.6467
Yxy63.40110.41470.4880
Hunter Lab79.6248-18.557646.3204
CIE-Lab83.6530-15.730474.2336

#dbd634 color RGB value is (219,214,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00110100
Octal 333 326 64
Decimal 219 214 52
Hex DB D6 34

RGB Percentages of Color #dbd634

%45.15
%44.12
%10.72

CMYK Percentages of Color #dbd634

%0
%2
%76
%14

Triadic Colors of #dbd634

#dbd634 #34dbd6 #d634db

Analogous Colors of #dbd634

#dbd634 #8ddb34 #db8334

Monochromatic Colors of #dbd634

#dbd634

Complementary Color

#dbd634 #3439db

#dbd634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd634 Color CSS Codes

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

#dbd634 Text Font Color

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

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


#dbd634 Background Color

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

This div background color is #dbd634


#dbd634 Border Color

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

This div border color is #dbd634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd634


Comments

No comments written yet.

Please login to write comment.