Color Hex Logo

#dbbe26 Color Hex

#DBBE26
(219,190,38)
0 Favorites   0 Comments

Color spaces of #dbbe26

RGB 21919038
HSL0.140.720.50
HSV50°83°86°
CMYK 0.000.130.83   0.14
XYZ47.976752.02699.3473
Yxy52.02690.43870.4758
Hunter Lab72.1297-7.498542.8074
CIE-Lab77.2969-4.034172.6290

#dbbe26 color RGB value is (219,190,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 00100110
Octal 333 276 46
Decimal 219 190 38
Hex DB BE 26

RGB Percentages of Color #dbbe26

%48.99
%42.51
%8.50

CMYK Percentages of Color #dbbe26

%0
%13
%83
%14

Triadic Colors of #dbbe26

#dbbe26 #26dbbe #be26db

Analogous Colors of #dbbe26

#dbbe26 #9edb26 #db6426

Monochromatic Colors of #dbbe26

#dbbe26

Complementary Color

#dbbe26 #2643db

#dbbe26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe26 Color CSS Codes

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

#dbbe26 Text Font Color

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

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


#dbbe26 Background Color

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

This div background color is #dbbe26


#dbbe26 Border Color

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

This div border color is #dbbe26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe26


Comments

No comments written yet.

Please login to write comment.