Color Hex Logo

#d8d74e Color Hex

#D8D74E
(216,215,78)
0 Favorites   0 Comments

Color spaces of #d8d74e

RGB 21621578
HSL0.170.640.58
HSV60°64°85°
CMYK 0.000.000.64   0.15
XYZ53.994563.749916.6669
Yxy63.74990.40170.4743
Hunter Lab79.8435-19.014943.5140
CIE-Lab83.8354-16.223265.1437

#d8d74e color RGB value is (216,215,78).

#d8d74e hex color red value is 216, green value is 215 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d8d74e hue: 0.17 , saturation: 0.64 and the lightness value of d8d74e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010111 01001110
Octal 330 327 116
Decimal 216 215 78
Hex D8 D7 4E

RGB Percentages of Color #d8d74e

%42.44
%42.24
%15.32

CMYK Percentages of Color #d8d74e

%0
%0
%64
%15

Triadic Colors of #d8d74e

#d8d74e #4ed8d7 #d74ed8

Analogous Colors of #d8d74e

#d8d74e #94d84e #d8924e

Monochromatic Colors of #d8d74e

#d8d74e

Complementary Color

#d8d74e #4e4fd8

#d8d74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d74e Color CSS Codes

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

#d8d74e Text Font Color

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

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


#d8d74e Background Color

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

This div background color is #d8d74e


#d8d74e Border Color

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

This div border color is #d8d74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d74e


Comments

No comments written yet.

Please login to write comment.