Color Hex Logo

#dbbe4b Color Hex

#DBBE4B
(219,190,75)
0 Favorites   0 Comments

Color spaces of #dbbe4b

RGB 21919075
HSL0.130.670.58
HSV48°66°86°
CMYK 0.000.130.66   0.14
XYZ48.896952.395014.1927
Yxy52.39500.42340.4537
Hunter Lab72.3844-6.092939.0438
CIE-Lab77.5164-2.451259.8289

#dbbe4b color RGB value is (219,190,75).

#dbbe4b hex color red value is 219, green value is 190 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dbbe4b hue: 0.13 , saturation: 0.67 and the lightness value of dbbe4b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 01001011
Octal 333 276 113
Decimal 219 190 75
Hex DB BE 4B

RGB Percentages of Color #dbbe4b

%45.25
%39.26
%15.50

CMYK Percentages of Color #dbbe4b

%0
%13
%66
%14

Triadic Colors of #dbbe4b

#dbbe4b #4bdbbe #be4bdb

Analogous Colors of #dbbe4b

#dbbe4b #b0db4b #db764b

Monochromatic Colors of #dbbe4b

#dbbe4b

Complementary Color

#dbbe4b #4b68db

#dbbe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe4b Color CSS Codes

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

#dbbe4b Text Font Color

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

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


#dbbe4b Background Color

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

This div background color is #dbbe4b


#dbbe4b Border Color

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

This div border color is #dbbe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe4b


Comments

No comments written yet.

Please login to write comment.