Color Hex Logo

#dbce0e Color Hex

#DBCE0E
(219,206,14)
0 Favorites   0 Comments

Color spaces of #dbce0e

RGB 21920614
HSL0.160.880.46
HSV56°94°86°
CMYK 0.000.060.94   0.14
XYZ51.364059.23449.1417
Yxy59.23440.42900.4947
Hunter Lab76.9639-15.559846.8323
CIE-Lab81.4203-12.650280.3899

#dbce0e color RGB value is (219,206,14).

#dbce0e hex color red value is 219, green value is 206 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbce0e hue: 0.16 , saturation: 0.88 and the lightness value of dbce0e is 0.46.

The process color (four color CMYK) of #dbce0e color hex is 0.00, 0.06, 0.94, 0.14. Web safe color of #dbce0e is #cccc00. Color #dbce0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 00001110
Octal 333 316 16
Decimal 219 206 14
Hex DB CE E

RGB Percentages of Color #dbce0e

%49.89
%46.92
%3.19

CMYK Percentages of Color #dbce0e

%0
%6
%94
%14

Triadic Colors of #dbce0e

#dbce0e #0edbce #ce0edb

Analogous Colors of #dbce0e

#dbce0e #82db0e #db680e

Monochromatic Colors of #dbce0e

#dbce0e

Complementary Color

#dbce0e #0e1bdb

#dbce0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbce0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbce0e Color CSS Codes

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

#dbce0e Text Font Color

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

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


#dbce0e Background Color

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

This div background color is #dbce0e


#dbce0e Border Color

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

This div border color is #dbce0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbce0e


Comments

No comments written yet.

Please login to write comment.