Color Hex Logo

#d8d446 Color Hex

#D8D446
(216,212,70)
0 Favorites   0 Comments

Color spaces of #d8d446

RGB 21621270
HSL0.160.650.56
HSV58°68°85°
CMYK 0.000.020.68   0.15
XYZ52.967962.128114.9946
Yxy62.12810.40720.4776
Hunter Lab78.8214-17.985643.8959
CIE-Lab82.9815-15.183967.3765

#d8d446 color RGB value is (216,212,70).

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

The process color (four color CMYK) of #d8d446 color hex is 0.00, 0.02, 0.68, 0.15. Web safe color of #d8d446 is #cccc33. Color #d8d446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010100 01000110
Octal 330 324 106
Decimal 216 212 70
Hex D8 D4 46

RGB Percentages of Color #d8d446

%43.37
%42.57
%14.06

CMYK Percentages of Color #d8d446

%0
%2
%68
%15

Triadic Colors of #d8d446

#d8d446 #46d8d4 #d446d8

Analogous Colors of #d8d446

#d8d446 #93d846 #d88b46

Monochromatic Colors of #d8d446

#d8d446

Complementary Color

#d8d446 #464ad8

#d8d446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d446 Color CSS Codes

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

#d8d446 Text Font Color

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

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


#d8d446 Background Color

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

This div background color is #d8d446


#d8d446 Border Color

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

This div border color is #d8d446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d446


Comments

No comments written yet.

Please login to write comment.