Color Hex Logo

#d8d172 Color Hex

#D8D172
(216,209,114)
0 Favorites   0 Comments

Color spaces of #d8d172

RGB 216209114
HSL0.160.570.65
HSV56°47°85°
CMYK 0.000.030.47   0.15
XYZ54.156661.414824.9195
Yxy61.41480.38550.4371
Hunter Lab78.3676-13.789336.0042
CIE-Lab82.6012-10.489647.6655

#d8d172 color RGB value is (216,209,114).

#d8d172 hex color red value is 216, green value is 209 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d8d172 hue: 0.16 , saturation: 0.57 and the lightness value of d8d172 is 0.65.

The process color (four color CMYK) of #d8d172 color hex is 0.00, 0.03, 0.47, 0.15. Web safe color of #d8d172 is #cccc66. Color #d8d172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010001 01110010
Octal 330 321 162
Decimal 216 209 114
Hex D8 D1 72

RGB Percentages of Color #d8d172

%40.07
%38.78
%21.15

CMYK Percentages of Color #d8d172

%0
%3
%47
%15

Triadic Colors of #d8d172

#d8d172 #72d8d1 #d172d8

Analogous Colors of #d8d172

#d8d172 #acd872 #d89e72

Monochromatic Colors of #d8d172

#d8d172

Complementary Color

#d8d172 #7279d8

#d8d172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d172 Color CSS Codes

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

#d8d172 Text Font Color

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

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


#d8d172 Background Color

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

This div background color is #d8d172


#d8d172 Border Color

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

This div border color is #d8d172


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,209,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8d172; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8d172;
  -webkit-box-shadow: 1px 1px 3px 2px #d8d172;
  box-shadow:         1px 1px 3px 2px #d8d172; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d172


Comments

No comments written yet.

Please login to write comment.