Color Hex Logo

#d8c110 Color Hex

#D8C110
(216,193,16)
0 Favorites   0 Comments

Color spaces of #d8c110

RGB 21619316
HSL0.150.860.45
HSV53°93°85°
CMYK 0.000.110.93   0.15
XYZ47.482452.77638.1745
Yxy52.77630.43790.4867
Hunter Lab72.6473-10.464944.1816
CIE-Lab77.7427-7.327777.2537

#d8c110 color RGB value is (216,193,16).

#d8c110 hex color red value is 216, green value is 193 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d8c110 hue: 0.15 , saturation: 0.86 and the lightness value of d8c110 is 0.45.

The process color (four color CMYK) of #d8c110 color hex is 0.00, 0.11, 0.93, 0.15. Web safe color of #d8c110 is #cccc00. Color #d8c110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000001 00010000
Octal 330 301 20
Decimal 216 193 16
Hex D8 C1 10

RGB Percentages of Color #d8c110

%50.82
%45.41
%3.76

CMYK Percentages of Color #d8c110

%0
%11
%93
%15

Triadic Colors of #d8c110

#d8c110 #10d8c1 #c110d8

Analogous Colors of #d8c110

#d8c110 #8bd810 #d85d10

Monochromatic Colors of #d8c110

#d8c110

Complementary Color

#d8c110 #1027d8

#d8c110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c110 Color CSS Codes

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

#d8c110 Text Font Color

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

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


#d8c110 Background Color

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

This div background color is #d8c110


#d8c110 Border Color

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

This div border color is #d8c110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c110


Comments

No comments written yet.

Please login to write comment.