Color Hex Logo

#d8d31c Color Hex

#D8D31C
(216,211,28)
0 Favorites   0 Comments

Color spaces of #d8d31c

RGB 21621128
HSL0.160.770.48
HSV58°87°85°
CMYK 0.000.020.87   0.15
XYZ51.822861.271310.1938
Yxy61.27130.42030.4970
Hunter Lab78.2760-18.806647.0719
CIE-Lab82.5244-16.200379.0551

#d8d31c color RGB value is (216,211,28).

#d8d31c hex color red value is 216, green value is 211 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #d8d31c hue: 0.16 , saturation: 0.77 and the lightness value of d8d31c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010011 00011100
Octal 330 323 34
Decimal 216 211 28
Hex D8 D3 1C

RGB Percentages of Color #d8d31c

%47.47
%46.37
%6.15

CMYK Percentages of Color #d8d31c

%0
%2
%87
%15

Triadic Colors of #d8d31c

#d8d31c #1cd8d3 #d31cd8

Analogous Colors of #d8d31c

#d8d31c #7fd81c #d8751c

Monochromatic Colors of #d8d31c

#d8d31c

Complementary Color

#d8d31c #1c21d8

#d8d31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d31c Color CSS Codes

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

#d8d31c Text Font Color

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

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


#d8d31c Background Color

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

This div background color is #d8d31c


#d8d31c Border Color

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

This div border color is #d8d31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d31c


Comments

No comments written yet.

Please login to write comment.