Color Hex Logo

#dbce2c Color Hex

#DBCE2C
(219,206,44)
0 Favorites   0 Comments

Color spaces of #dbce2c

RGB 21920644
HSL0.150.710.52
HSV56°80°86°
CMYK 0.000.060.80   0.14
XYZ51.739359.384511.1183
Yxy59.38450.42330.4858
Hunter Lab77.0613-15.011745.3887
CIE-Lab81.5025-12.015174.6269

#dbce2c color RGB value is (219,206,44).

#dbce2c hex color red value is 219, green value is 206 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dbce2c hue: 0.15 , saturation: 0.71 and the lightness value of dbce2c is 0.52.

The process color (four color CMYK) of #dbce2c color hex is 0.00, 0.06, 0.80, 0.14. Web safe color of #dbce2c is #cccc33. Color #dbce2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 00101100
Octal 333 316 54
Decimal 219 206 44
Hex DB CE 2C

RGB Percentages of Color #dbce2c

%46.70
%43.92
%9.38

CMYK Percentages of Color #dbce2c

%0
%6
%80
%14

Triadic Colors of #dbce2c

#dbce2c #2cdbce #ce2cdb

Analogous Colors of #dbce2c

#dbce2c #91db2c #db772c

Monochromatic Colors of #dbce2c

#dbce2c

Complementary Color

#dbce2c #2c39db

#dbce2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbce2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbce2c Color CSS Codes

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

#dbce2c Text Font Color

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

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


#dbce2c Background Color

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

This div background color is #dbce2c


#dbce2c Border Color

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

This div border color is #dbce2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbce2c


Comments

No comments written yet.

Please login to write comment.