Color Hex Logo

#dbcc2e Color Hex

#DBCC2E
(219,204,46)
0 Favorites   0 Comments

Color spaces of #dbcc2e

RGB 21920446
HSL0.150.710.52
HSV55°79°86°
CMYK 0.000.070.79   0.14
XYZ51.299458.443111.1616
Yxy58.44310.42430.4834
Hunter Lab76.4481-14.004344.8572
CIE-Lab80.9845-10.942873.6126

#dbcc2e color RGB value is (219,204,46).

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

The process color (four color CMYK) of #dbcc2e color hex is 0.00, 0.07, 0.79, 0.14. Web safe color of #dbcc2e is #cccc33. Color #dbcc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 00101110
Octal 333 314 56
Decimal 219 204 46
Hex DB CC 2E

RGB Percentages of Color #dbcc2e

%46.70
%43.50
%9.81

CMYK Percentages of Color #dbcc2e

%0
%7
%79
%14

Triadic Colors of #dbcc2e

#dbcc2e #2edbcc #cc2edb

Analogous Colors of #dbcc2e

#dbcc2e #94db2e #db762e

Monochromatic Colors of #dbcc2e

#dbcc2e

Complementary Color

#dbcc2e #2e3ddb

#dbcc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc2e Color CSS Codes

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

#dbcc2e Text Font Color

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

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


#dbcc2e Background Color

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

This div background color is #dbcc2e


#dbcc2e Border Color

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

This div border color is #dbcc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc2e


Comments

No comments written yet.

Please login to write comment.