Color Hex Logo

#dbeb0e Color Hex

#DBEB0E
(219,235,14)
0 Favorites   0 Comments

Color spaces of #dbeb0e

RGB 21923514
HSL0.180.890.49
HSV64°94°92°
CMYK 0.070.000.94   0.08
XYZ59.001074.508411.6873
Yxy74.50840.40640.5132
Hunter Lab86.3182-29.047152.3950
CIE-Lab89.1622-26.761286.2651

#dbeb0e color RGB value is (219,235,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 00001110
Octal 333 353 16
Decimal 219 235 14
Hex DB EB E

RGB Percentages of Color #dbeb0e

%46.79
%50.21
%2.99

CMYK Percentages of Color #dbeb0e

%7
%0
%94
%8

Triadic Colors of #dbeb0e

#dbeb0e #0edbeb #eb0edb

Analogous Colors of #dbeb0e

#dbeb0e #6deb0e #eb8d0e

Monochromatic Colors of #dbeb0e

#dbeb0e

Complementary Color

#dbeb0e #1e0eeb

#dbeb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb0e Color CSS Codes

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

#dbeb0e Text Font Color

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

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


#dbeb0e Background Color

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

This div background color is #dbeb0e


#dbeb0e Border Color

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

This div border color is #dbeb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb0e


Comments

No comments written yet.

Please login to write comment.