Color Hex Logo

#d0b208 Color Hex

#D0B208
(208,178,8)
0 Favorites   0 Comments

Color spaces of #d0b208

RGB 2081788
HSL0.140.930.42
HSV51°96°82°
CMYK 0.000.140.96   0.18
XYZ41.976645.26826.7550
Yxy45.26820.44660.4816
Hunter Lab67.2816-6.377841.1445
CIE-Lab73.0681-3.147174.3913

#d0b208 color RGB value is (208,178,8).

#d0b208 hex color red value is 208, green value is 178 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #d0b208 hue: 0.14 , saturation: 0.93 and the lightness value of d0b208 is 0.42.

The process color (four color CMYK) of #d0b208 color hex is 0.00, 0.14, 0.96, 0.18. Web safe color of #d0b208 is #cc9900. Color #d0b208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10110010 00001000
Octal 320 262 10
Decimal 208 178 8
Hex D0 B2 8

RGB Percentages of Color #d0b208

%52.79
%45.18
%2.03

CMYK Percentages of Color #d0b208

%0
%14
%96
%18

Triadic Colors of #d0b208

#d0b208 #08d0b2 #b208d0

Analogous Colors of #d0b208

#d0b208 #8ad008 #d04e08

Monochromatic Colors of #d0b208

#d0b208

Complementary Color

#d0b208 #0826d0

#d0b208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0b208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0b208 Color CSS Codes

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

#d0b208 Text Font Color

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

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


#d0b208 Background Color

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

This div background color is #d0b208


#d0b208 Border Color

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

This div border color is #d0b208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0b208


Comments

No comments written yet.

Please login to write comment.