Color Hex Logo

#d9dc52 Color Hex

#D9DC52
(217,220,82)
0 Favorites   0 Comments

Color spaces of #d9dc52

RGB 21722082
HSL0.170.660.59
HSV61°63°86°
CMYK 0.010.000.63   0.14
XYZ55.731566.547317.8902
Yxy66.54730.39760.4748
Hunter Lab81.5765-20.811244.1009
CIE-Lab85.2748-18.033965.0695

#d9dc52 color RGB value is (217,220,82).

#d9dc52 hex color red value is 217, green value is 220 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d9dc52 hue: 0.17 , saturation: 0.66 and the lightness value of d9dc52 is 0.59.

The process color (four color CMYK) of #d9dc52 color hex is 0.01, 0.00, 0.63, 0.14. Web safe color of #d9dc52 is #cccc66. Color #d9dc52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011100 01010010
Octal 331 334 122
Decimal 217 220 82
Hex D9 DC 52

RGB Percentages of Color #d9dc52

%41.81
%42.39
%15.80

CMYK Percentages of Color #d9dc52

%1
%0
%63
%14

Triadic Colors of #d9dc52

#d9dc52 #52d9dc #dc52d9

Analogous Colors of #d9dc52

#d9dc52 #94dc52 #dc9a52

Monochromatic Colors of #d9dc52

#d9dc52

Complementary Color

#d9dc52 #5552dc

#d9dc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dc52 Color CSS Codes

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

#d9dc52 Text Font Color

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

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


#d9dc52 Background Color

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

This div background color is #d9dc52


#d9dc52 Border Color

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

This div border color is #d9dc52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,220,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9dc52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9dc52;
  -webkit-box-shadow: 1px 1px 3px 2px #d9dc52;
  box-shadow:         1px 1px 3px 2px #d9dc52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dc52


Comments

No comments written yet.

Please login to write comment.