Color Hex Logo

#d7dc8d Color Hex

#D7DC8D
(215,220,141)
0 Favorites   0 Comments

Color spaces of #d7dc8d

RGB 215220141
HSL0.180.530.71
HSV64°36°86°
CMYK 0.020.000.36   0.14
XYZ58.425267.556635.1597
Yxy67.55660.36260.4192
Hunter Lab82.1928-16.954132.1724
CIE-Lab85.7843-13.593138.2782

#d7dc8d color RGB value is (215,220,141).

#d7dc8d hex color red value is 215, green value is 220 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d7dc8d hue: 0.18 , saturation: 0.53 and the lightness value of d7dc8d is 0.71.

The process color (four color CMYK) of #d7dc8d color hex is 0.02, 0.00, 0.36, 0.14. Web safe color of #d7dc8d is #cccc99. Color #d7dc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011100 10001101
Octal 327 334 215
Decimal 215 220 141
Hex D7 DC 8D

RGB Percentages of Color #d7dc8d

%37.33
%38.19
%24.48

CMYK Percentages of Color #d7dc8d

%2
%0
%36
%14

Triadic Colors of #d7dc8d

#d7dc8d #8dd7dc #dc8dd7

Analogous Colors of #d7dc8d

#d7dc8d #b0dc8d #dcba8d

Monochromatic Colors of #d7dc8d

#d7dc8d

Complementary Color

#d7dc8d #928ddc

#d7dc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dc8d Color CSS Codes

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

#d7dc8d Text Font Color

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

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


#d7dc8d Background Color

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

This div background color is #d7dc8d


#d7dc8d Border Color

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

This div border color is #d7dc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dc8d


Comments

No comments written yet.

Please login to write comment.