Color Hex Logo

#d3d760 Color Hex

#D3D760
(211,215,96)
0 Favorites   0 Comments

Color spaces of #d3d760

RGB 21121596
HSL0.170.600.61
HSV62°55°84°
CMYK 0.020.000.55   0.16
XYZ53.275763.294320.4754
Yxy63.29430.38870.4618
Hunter Lab79.5577-19.693840.4312
CIE-Lab83.5970-17.041457.1358

#d3d760 color RGB value is (211,215,96).

#d3d760 hex color red value is 211, green value is 215 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d3d760 hue: 0.17 , saturation: 0.60 and the lightness value of d3d760 is 0.61.

The process color (four color CMYK) of #d3d760 color hex is 0.02, 0.00, 0.55, 0.16. Web safe color of #d3d760 is #cccc66. Color #d3d760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11010111 01100000
Octal 323 327 140
Decimal 211 215 96
Hex D3 D7 60

RGB Percentages of Color #d3d760

%40.42
%41.19
%18.39

CMYK Percentages of Color #d3d760

%2
%0
%55
%16

Triadic Colors of #d3d760

#d3d760 #60d3d7 #d760d3

Analogous Colors of #d3d760

#d3d760 #98d760 #d7a060

Monochromatic Colors of #d3d760

#d3d760

Complementary Color

#d3d760 #6460d7

#d3d760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d760 Color CSS Codes

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

#d3d760 Text Font Color

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

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


#d3d760 Background Color

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

This div background color is #d3d760


#d3d760 Border Color

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

This div border color is #d3d760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d760


Comments

No comments written yet.

Please login to write comment.