Color Hex Logo

#dbbe13 Color Hex

#DBBE13
(219,190,19)
0 Favorites   0 Comments

Color spaces of #dbbe13

RGB 21919019
HSL0.140.840.47
HSV51°91°86°
CMYK 0.000.130.91   0.14
XYZ47.744451.93408.1240
Yxy51.93400.44290.4818
Hunter Lab72.0652-7.855043.7618
CIE-Lab77.2414-4.438276.5633

#dbbe13 color RGB value is (219,190,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00010011
Octal 333 276 23
Decimal 219 190 19
Hex DB BE 13

RGB Percentages of Color #dbbe13

%51.17
%44.39
%4.44

CMYK Percentages of Color #dbbe13

%0
%13
%91
%14

Triadic Colors of #dbbe13

#dbbe13 #13dbbe #be13db

Analogous Colors of #dbbe13

#dbbe13 #94db13 #db5a13

Monochromatic Colors of #dbbe13

#dbbe13

Complementary Color

#dbbe13 #1330db

#dbbe13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe13 Color CSS Codes

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

#dbbe13 Text Font Color

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

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


#dbbe13 Background Color

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

This div background color is #dbbe13


#dbbe13 Border Color

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

This div border color is #dbbe13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe13


Comments

No comments written yet.

Please login to write comment.