Color Hex Logo

#d0cb08 Color Hex

#D0CB08
(208,203,8)
0 Favorites   0 Comments

Color spaces of #d0cb08

RGB 2082038
HSL0.160.930.42
HSV59°96°82°
CMYK 0.000.020.96   0.18
XYZ47.412256.13938.5668
Yxy56.13930.42290.5007
Hunter Lab74.9262-18.168645.6693
CIE-Lab79.6930-15.929879.2876

#d0cb08 color RGB value is (208,203,8).

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

The process color (four color CMYK) of #d0cb08 color hex is 0.00, 0.02, 0.96, 0.18. Web safe color of #d0cb08 is #cccc00. Color #d0cb08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 00001000
Octal 320 313 10
Decimal 208 203 8
Hex D0 CB 8

RGB Percentages of Color #d0cb08

%49.64
%48.45
%1.91

CMYK Percentages of Color #d0cb08

%0
%2
%96
%18

Triadic Colors of #d0cb08

#d0cb08 #08d0cb #cb08d0

Analogous Colors of #d0cb08

#d0cb08 #71d008 #d06708

Monochromatic Colors of #d0cb08

#d0cb08

Complementary Color

#d0cb08 #080dd0

#d0cb08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cb08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cb08 Color CSS Codes

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

#d0cb08 Text Font Color

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

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


#d0cb08 Background Color

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

This div background color is #d0cb08


#d0cb08 Border Color

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

This div border color is #d0cb08


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,203,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 #d0cb08">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cb08


Comments

No comments written yet.

Please login to write comment.