Color Hex Logo

#dbbe14 Color Hex

#DBBE14
(219,190,20)
0 Favorites   0 Comments

Color spaces of #dbbe14

RGB 21919020
HSL0.140.830.47
HSV51°91°86°
CMYK 0.000.130.91   0.14
XYZ47.753151.93758.1699
Yxy51.93750.44270.4815
Hunter Lab72.0677-7.841743.7260
CIE-Lab77.2435-4.423176.4087

#dbbe14 color RGB value is (219,190,20).

#dbbe14 hex color red value is 219, green value is 190 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dbbe14 hue: 0.14 , saturation: 0.83 and the lightness value of dbbe14 is 0.47.

The process color (four color CMYK) of #dbbe14 color hex is 0.00, 0.13, 0.91, 0.14. Web safe color of #dbbe14 is #cccc00. Color #dbbe14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00010100
Octal 333 276 24
Decimal 219 190 20
Hex DB BE 14

RGB Percentages of Color #dbbe14

%51.05
%44.29
%4.66

CMYK Percentages of Color #dbbe14

%0
%13
%91
%14

Triadic Colors of #dbbe14

#dbbe14 #14dbbe #be14db

Analogous Colors of #dbbe14

#dbbe14 #95db14 #db5b14

Monochromatic Colors of #dbbe14

#dbbe14

Complementary Color

#dbbe14 #1431db

#dbbe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe14 Color CSS Codes

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

#dbbe14 Text Font Color

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

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


#dbbe14 Background Color

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

This div background color is #dbbe14


#dbbe14 Border Color

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

This div border color is #dbbe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe14


Comments

No comments written yet.

Please login to write comment.