Color Hex Logo

#dbbe31 Color Hex

#DBBE31
(219,190,49)
0 Favorites   0 Comments

Color spaces of #dbbe31

RGB 21919049
HSL0.140.700.53
HSV50°78°86°
CMYK 0.000.130.78   0.14
XYZ48.181352.108710.4243
Yxy52.10870.43520.4707
Hunter Lab72.1864-7.185041.9685
CIE-Lab77.3458-3.679769.4471

#dbbe31 color RGB value is (219,190,49).

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

The process color (four color CMYK) of #dbbe31 color hex is 0.00, 0.13, 0.78, 0.14. Web safe color of #dbbe31 is #cccc33. Color #dbbe31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00110001
Octal 333 276 61
Decimal 219 190 49
Hex DB BE 31

RGB Percentages of Color #dbbe31

%47.82
%41.48
%10.70

CMYK Percentages of Color #dbbe31

%0
%13
%78
%14

Triadic Colors of #dbbe31

#dbbe31 #31dbbe #be31db

Analogous Colors of #dbbe31

#dbbe31 #a3db31 #db6931

Monochromatic Colors of #dbbe31

#dbbe31

Complementary Color

#dbbe31 #314edb

#dbbe31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe31 Color CSS Codes

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

#dbbe31 Text Font Color

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

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


#dbbe31 Background Color

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

This div background color is #dbbe31


#dbbe31 Border Color

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

This div border color is #dbbe31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe31


Comments

No comments written yet.

Please login to write comment.