Color Hex Logo

#dbde0b Color Hex

#DBDE0B
(219,222,11)
0 Favorites   0 Comments

Color spaces of #dbde0b

RGB 21922211
HSL0.170.910.46
HSV61°95°87°
CMYK 0.010.000.95   0.13
XYZ55.395167.326810.3923
Yxy67.32680.41610.5058
Hunter Lab82.0529-23.084749.9277
CIE-Lab85.6687-20.575483.8907

#dbde0b color RGB value is (219,222,11).

#dbde0b hex color red value is 219, green value is 222 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dbde0b hue: 0.17 , saturation: 0.91 and the lightness value of dbde0b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 00001011
Octal 333 336 13
Decimal 219 222 11
Hex DB DE B

RGB Percentages of Color #dbde0b

%48.45
%49.12
%2.43

CMYK Percentages of Color #dbde0b

%1
%0
%95
%13

Triadic Colors of #dbde0b

#dbde0b #0bdbde #de0bdb

Analogous Colors of #dbde0b

#dbde0b #72de0b #de780b

Monochromatic Colors of #dbde0b

#dbde0b

Complementary Color

#dbde0b #0e0bde

#dbde0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde0b Color CSS Codes

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

#dbde0b Text Font Color

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

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


#dbde0b Background Color

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

This div background color is #dbde0b


#dbde0b Border Color

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

This div border color is #dbde0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde0b


Comments

No comments written yet.

Please login to write comment.