Color Hex Logo

#dbdb68 Color Hex

#DBDB68
(219,219,104)
0 Favorites   0 Comments

Color spaces of #dbdb68

RGB 219219104
HSL0.170.610.63
HSV60°53°86°
CMYK 0.000.000.53   0.14
XYZ57.043666.722622.9689
Yxy66.72260.38880.4547
Hunter Lab81.6839-18.292140.5068
CIE-Lab85.3637-15.158155.7075

#dbdb68 color RGB value is (219,219,104).

#dbdb68 hex color red value is 219, green value is 219 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dbdb68 hue: 0.17 , saturation: 0.61 and the lightness value of dbdb68 is 0.63.

The process color (four color CMYK) of #dbdb68 color hex is 0.00, 0.00, 0.53, 0.14. Web safe color of #dbdb68 is #cccc66. Color #dbdb68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 01101000
Octal 333 333 150
Decimal 219 219 104
Hex DB DB 68

RGB Percentages of Color #dbdb68

%40.41
%40.41
%19.19

CMYK Percentages of Color #dbdb68

%0
%0
%53
%14

Triadic Colors of #dbdb68

#dbdb68 #68dbdb #db68db

Analogous Colors of #dbdb68

#dbdb68 #a2db68 #dba268

Monochromatic Colors of #dbdb68

#dbdb68

Complementary Color

#dbdb68 #6868db

#dbdb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb68 Color CSS Codes

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

#dbdb68 Text Font Color

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

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


#dbdb68 Background Color

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

This div background color is #dbdb68


#dbdb68 Border Color

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

This div border color is #dbdb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb68


Comments

No comments written yet.

Please login to write comment.