Color Hex Logo

#d0cb01 Color Hex

#D0CB01
(208,203,1)
0 Favorites   0 Comments

Color spaces of #d0cb01

RGB 2082031
HSL0.160.990.41
HSV59°100°82°
CMYK 0.000.021.00   0.18
XYZ47.373856.12408.3649
Yxy56.12400.42350.5017
Hunter Lab74.9160-18.226845.8210
CIE-Lab79.6843-15.999479.9512

#d0cb01 color RGB value is (208,203,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 00000001
Octal 320 313 1
Decimal 208 203 1
Hex D0 CB 1

RGB Percentages of Color #d0cb01

%50.49
%49.27
%0.24

CMYK Percentages of Color #d0cb01

%0
%2
%100
%18

Triadic Colors of #d0cb01

#d0cb01 #01d0cb #cb01d0

Analogous Colors of #d0cb01

#d0cb01 #6ed001 #d06301

Monochromatic Colors of #d0cb01

#d0cb01

Complementary Color

#d0cb01 #0106d0

#d0cb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cb01 Color CSS Codes

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

#d0cb01 Text Font Color

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

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


#d0cb01 Background Color

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

This div background color is #d0cb01


#d0cb01 Border Color

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

This div border color is #d0cb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cb01


Comments

No comments written yet.

Please login to write comment.