Color Hex Logo

#d2c802 Color Hex

#D2C802
(210,200,2)
0 Favorites   0 Comments

Color spaces of #d2c802

RGB 2102002
HSL0.160.980.42
HSV57°99°82°
CMYK 0.000.050.99   0.18
XYZ47.243655.01468.1863
Yxy55.01460.42780.4981
Hunter Lab74.1718-16.105545.3765
CIE-Lab79.0497-13.627379.4664

#d2c802 color RGB value is (210,200,2).

#d2c802 hex color red value is 210, green value is 200 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #d2c802 hue: 0.16 , saturation: 0.98 and the lightness value of d2c802 is 0.42.

The process color (four color CMYK) of #d2c802 color hex is 0.00, 0.05, 0.99, 0.18. Web safe color of #d2c802 is #cccc00. Color #d2c802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001000 00000010
Octal 322 310 2
Decimal 210 200 2
Hex D2 C8 2

RGB Percentages of Color #d2c802

%50.97
%48.54
%0.49

CMYK Percentages of Color #d2c802

%0
%5
%99
%18

Triadic Colors of #d2c802

#d2c802 #02d2c8 #c802d2

Analogous Colors of #d2c802

#d2c802 #74d202 #d26002

Monochromatic Colors of #d2c802

#d2c802

Complementary Color

#d2c802 #020cd2

#d2c802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c802 Color CSS Codes

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

#d2c802 Text Font Color

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

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


#d2c802 Background Color

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

This div background color is #d2c802


#d2c802 Border Color

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

This div border color is #d2c802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c802


Comments

No comments written yet.

Please login to write comment.