Color Hex Logo

#d0be37 Color Hex

#D0BE37
(208,190,55)
0 Favorites   0 Comments

Color spaces of #d0be37

RGB 20819055
HSL0.150.620.52
HSV53°74°82°
CMYK 0.000.090.74   0.18
XYZ45.115550.512610.9865
Yxy50.51260.42320.4738
Hunter Lab71.0722-11.067540.5854
CIE-Lab76.3828-8.170866.1707

#d0be37 color RGB value is (208,190,55).

#d0be37 hex color red value is 208, green value is 190 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #d0be37 hue: 0.15 , saturation: 0.62 and the lightness value of d0be37 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111110 00110111
Octal 320 276 67
Decimal 208 190 55
Hex D0 BE 37

RGB Percentages of Color #d0be37

%45.92
%41.94
%12.14

CMYK Percentages of Color #d0be37

%0
%9
%74
%18

Triadic Colors of #d0be37

#d0be37 #37d0be #be37d0

Analogous Colors of #d0be37

#d0be37 #96d037 #d07237

Monochromatic Colors of #d0be37

#d0be37

Complementary Color

#d0be37 #3749d0

#d0be37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0be37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0be37 Color CSS Codes

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

#d0be37 Text Font Color

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

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


#d0be37 Background Color

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

This div background color is #d0be37


#d0be37 Border Color

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

This div border color is #d0be37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0be37


Comments

No comments written yet.

Please login to write comment.