Color Hex Logo

#d0be49 Color Hex

#D0BE49
(208,190,73)
0 Favorites   0 Comments

Color spaces of #d0be49

RGB 20819073
HSL0.140.590.55
HSV52°65°82°
CMYK 0.000.090.65   0.18
XYZ45.628550.717813.6880
Yxy50.71780.41470.4609
Hunter Lab71.2164-10.263538.4558
CIE-Lab76.5078-7.236659.3064

#d0be49 color RGB value is (208,190,73).

#d0be49 hex color red value is 208, green value is 190 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d0be49 hue: 0.14 , saturation: 0.59 and the lightness value of d0be49 is 0.55.

The process color (four color CMYK) of #d0be49 color hex is 0.00, 0.09, 0.65, 0.18. Web safe color of #d0be49 is #cccc33. Color #d0be49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111110 01001001
Octal 320 276 111
Decimal 208 190 73
Hex D0 BE 49

RGB Percentages of Color #d0be49

%44.16
%40.34
%15.50

CMYK Percentages of Color #d0be49

%0
%9
%65
%18

Triadic Colors of #d0be49

#d0be49 #49d0be #be49d0

Analogous Colors of #d0be49

#d0be49 #9fd049 #d07b49

Monochromatic Colors of #d0be49

#d0be49

Complementary Color

#d0be49 #495bd0

#d0be49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0be49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0be49 Color CSS Codes

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

#d0be49 Text Font Color

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

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


#d0be49 Background Color

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

This div background color is #d0be49


#d0be49 Border Color

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

This div border color is #d0be49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0be49


Comments

No comments written yet.

Please login to write comment.