Color Hex Logo

#dbeb0b Color Hex

#DBEB0B
(219,235,11)
0 Favorites   0 Comments

Color spaces of #dbeb0b

RGB 21923511
HSL0.180.910.48
HSV64°95°92°
CMYK 0.070.000.95   0.08
XYZ58.982274.500911.5880
Yxy74.50090.40660.5135
Hunter Lab86.3139-29.072252.4598
CIE-Lab89.1587-26.791386.5289

#dbeb0b color RGB value is (219,235,11).

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

The process color (four color CMYK) of #dbeb0b color hex is 0.07, 0.00, 0.95, 0.08. Web safe color of #dbeb0b is #ccff00. Color #dbeb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 00001011
Octal 333 353 13
Decimal 219 235 11
Hex DB EB B

RGB Percentages of Color #dbeb0b

%47.10
%50.54
%2.37

CMYK Percentages of Color #dbeb0b

%7
%0
%95
%8

Triadic Colors of #dbeb0b

#dbeb0b #0bdbeb #eb0bdb

Analogous Colors of #dbeb0b

#dbeb0b #6beb0b #eb8b0b

Monochromatic Colors of #dbeb0b

#dbeb0b

Complementary Color

#dbeb0b #1b0beb

#dbeb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb0b Color CSS Codes

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

#dbeb0b Text Font Color

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

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


#dbeb0b Background Color

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

This div background color is #dbeb0b


#dbeb0b Border Color

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

This div border color is #dbeb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb0b


Comments

No comments written yet.

Please login to write comment.