Color Hex Logo

#d8d609 Color Hex

#D8D609
(216,214,9)
0 Favorites   0 Comments

Color spaces of #d8d609

RGB 2162149
HSL0.170.920.44
HSV59°96°85°
CMYK 0.000.010.96   0.15
XYZ52.414862.71189.6005
Yxy62.71180.42020.5028
Hunter Lab79.1908-20.438348.2457
CIE-Lab83.2905-17.953182.1732

#d8d609 color RGB value is (216,214,9).

#d8d609 hex color red value is 216, green value is 214 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #d8d609 hue: 0.17 , saturation: 0.92 and the lightness value of d8d609 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010110 00001001
Octal 330 326 11
Decimal 216 214 9
Hex D8 D6 9

RGB Percentages of Color #d8d609

%49.20
%48.75
%2.05

CMYK Percentages of Color #d8d609

%0
%1
%96
%15

Triadic Colors of #d8d609

#d8d609 #09d8d6 #d609d8

Analogous Colors of #d8d609

#d8d609 #73d809 #d86f09

Monochromatic Colors of #d8d609

#d8d609

Complementary Color

#d8d609 #090bd8

#d8d609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d609 Color CSS Codes

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

#d8d609 Text Font Color

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

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


#d8d609 Background Color

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

This div background color is #d8d609


#d8d609 Border Color

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

This div border color is #d8d609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d609


Comments

No comments written yet.

Please login to write comment.