Color Hex Logo

#d8d478 Color Hex

#D8D478
(216,212,120)
0 Favorites   0 Comments

Color spaces of #d8d478

RGB 216212120
HSL0.160.550.66
HSV58°44°85°
CMYK 0.000.020.44   0.15
XYZ55.252663.042027.0255
Yxy63.04200.38020.4338
Hunter Lab79.3990-14.732735.3984
CIE-Lab83.4645-11.432845.8003

#d8d478 color RGB value is (216,212,120).

#d8d478 hex color red value is 216, green value is 212 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #d8d478 hue: 0.16 , saturation: 0.55 and the lightness value of d8d478 is 0.66.

The process color (four color CMYK) of #d8d478 color hex is 0.00, 0.02, 0.44, 0.15. Web safe color of #d8d478 is #cccc66. Color #d8d478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010100 01111000
Octal 330 324 170
Decimal 216 212 120
Hex D8 D4 78

RGB Percentages of Color #d8d478

%39.42
%38.69
%21.90

CMYK Percentages of Color #d8d478

%0
%2
%44
%15

Triadic Colors of #d8d478

#d8d478 #78d8d4 #d478d8

Analogous Colors of #d8d478

#d8d478 #acd878 #d8a478

Monochromatic Colors of #d8d478

#d8d478

Complementary Color

#d8d478 #787cd8

#d8d478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d478 Color CSS Codes

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

#d8d478 Text Font Color

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

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


#d8d478 Background Color

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

This div background color is #d8d478


#d8d478 Border Color

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

This div border color is #d8d478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d478

#d8d478 Color Palettes


Comments

No comments written yet.

Please login to write comment.