Color Hex Logo

#d8d512 Color Hex

#D8D512
(216,213,18)
0 Favorites   0 Comments

Color spaces of #d8d512

RGB 21621318
HSL0.160.850.46
HSV59°92°85°
CMYK 0.000.010.92   0.15
XYZ52.222362.23119.8317
Yxy62.23110.42020.5007
Hunter Lab78.8867-19.886347.8313
CIE-Lab83.0362-17.359381.0258

#d8d512 color RGB value is (216,213,18).

#d8d512 hex color red value is 216, green value is 213 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d8d512 hue: 0.16 , saturation: 0.85 and the lightness value of d8d512 is 0.46.

The process color (four color CMYK) of #d8d512 color hex is 0.00, 0.01, 0.92, 0.15. Web safe color of #d8d512 is #cccc00. Color #d8d512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010101 00010010
Octal 330 325 22
Decimal 216 213 18
Hex D8 D5 12

RGB Percentages of Color #d8d512

%48.32
%47.65
%4.03

CMYK Percentages of Color #d8d512

%0
%1
%92
%15

Triadic Colors of #d8d512

#d8d512 #12d8d5 #d512d8

Analogous Colors of #d8d512

#d8d512 #78d812 #d87212

Monochromatic Colors of #d8d512

#d8d512

Complementary Color

#d8d512 #1215d8

#d8d512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d512 Color CSS Codes

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

#d8d512 Text Font Color

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

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


#d8d512 Background Color

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

This div background color is #d8d512


#d8d512 Border Color

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

This div border color is #d8d512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d512


Comments

No comments written yet.

Please login to write comment.