Color Hex Logo

#dbbe57 Color Hex

#DBBE57
(219,190,87)
0 Favorites   0 Comments

Color spaces of #dbbe57

RGB 21919087
HSL0.130.650.60
HSV47°60°86°
CMYK 0.000.130.60   0.14
XYZ49.347252.575116.5640
Yxy52.57510.41650.4437
Hunter Lab72.5087-5.408637.2118
CIE-Lab77.6235-1.686454.6541

#dbbe57 color RGB value is (219,190,87).

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

The process color (four color CMYK) of #dbbe57 color hex is 0.00, 0.13, 0.60, 0.14. Web safe color of #dbbe57 is #cccc66. Color #dbbe57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 01010111
Octal 333 276 127
Decimal 219 190 87
Hex DB BE 57

RGB Percentages of Color #dbbe57

%44.15
%38.31
%17.54

CMYK Percentages of Color #dbbe57

%0
%13
%60
%14

Triadic Colors of #dbbe57

#dbbe57 #57dbbe #be57db

Analogous Colors of #dbbe57

#dbbe57 #b6db57 #db7c57

Monochromatic Colors of #dbbe57

#dbbe57

Complementary Color

#dbbe57 #5774db

#dbbe57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe57 Color CSS Codes

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

#dbbe57 Text Font Color

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

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


#dbbe57 Background Color

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

This div background color is #dbbe57


#dbbe57 Border Color

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

This div border color is #dbbe57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe57


Comments

No comments written yet.

Please login to write comment.