Color Hex Logo

#dbbe09 Color Hex

#DBBE09
(219,190,9)
0 Favorites   0 Comments

Color spaces of #dbbe09

RGB 2191909
HSL0.140.920.45
HSV52°96°86°
CMYK 0.000.130.96   0.14
XYZ47.676251.90677.7646
Yxy51.90670.44410.4835
Hunter Lab72.0463-7.959844.0426
CIE-Lab77.2250-4.557177.7955

#dbbe09 color RGB value is (219,190,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00001001
Octal 333 276 11
Decimal 219 190 9
Hex DB BE 9

RGB Percentages of Color #dbbe09

%52.39
%45.45
%2.15

CMYK Percentages of Color #dbbe09

%0
%13
%96
%14

Triadic Colors of #dbbe09

#dbbe09 #09dbbe #be09db

Analogous Colors of #dbbe09

#dbbe09 #8fdb09 #db5509

Monochromatic Colors of #dbbe09

#dbbe09

Complementary Color

#dbbe09 #0926db

#dbbe09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe09 Color CSS Codes

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

#dbbe09 Text Font Color

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

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


#dbbe09 Background Color

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

This div background color is #dbbe09


#dbbe09 Border Color

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

This div border color is #dbbe09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe09


Comments

No comments written yet.

Please login to write comment.