Color Hex Logo

#dbdd07 Color Hex

#DBDD07
(219,221,7)
0 Favorites   0 Comments

Color spaces of #dbdd07

RGB 2192217
HSL0.170.940.45
HSV61°97°87°
CMYK 0.010.000.97   0.13
XYZ55.108266.788310.1879
Yxy66.78830.41720.5056
Hunter Lab81.7241-22.651149.8157
CIE-Lab85.3969-20.126284.0253

#dbdd07 color RGB value is (219,221,7).

#dbdd07 hex color red value is 219, green value is 221 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dbdd07 hue: 0.17 , saturation: 0.94 and the lightness value of dbdd07 is 0.45.

The process color (four color CMYK) of #dbdd07 color hex is 0.01, 0.00, 0.97, 0.13. Web safe color of #dbdd07 is #cccc00. Color #dbdd07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 00000111
Octal 333 335 7
Decimal 219 221 7
Hex DB DD 7

RGB Percentages of Color #dbdd07

%48.99
%49.44
%1.57

CMYK Percentages of Color #dbdd07

%1
%0
%97
%13

Triadic Colors of #dbdd07

#dbdd07 #07dbdd #dd07db

Analogous Colors of #dbdd07

#dbdd07 #70dd07 #dd7407

Monochromatic Colors of #dbdd07

#dbdd07

Complementary Color

#dbdd07 #0907dd

#dbdd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd07 Color CSS Codes

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

#dbdd07 Text Font Color

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

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


#dbdd07 Background Color

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

This div background color is #dbdd07


#dbdd07 Border Color

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

This div border color is #dbdd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd07

#dbdd07 Color Palettes


Comments

No comments written yet.

Please login to write comment.