Color Hex Logo

#d8d568 Color Hex

#D8D568
(216,213,104)
0 Favorites   0 Comments

Color spaces of #d8d568

RGB 216213104
HSL0.160.590.63
HSV58°52°85°
CMYK 0.000.010.52   0.15
XYZ54.611863.186922.4146
Yxy63.18690.38950.4506
Hunter Lab79.4902-16.473738.9246
CIE-Lab83.5406-13.380653.5298

#d8d568 color RGB value is (216,213,104).

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

The process color (four color CMYK) of #d8d568 color hex is 0.00, 0.01, 0.52, 0.15. Web safe color of #d8d568 is #cccc66. Color #d8d568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010101 01101000
Octal 330 325 150
Decimal 216 213 104
Hex D8 D5 68

RGB Percentages of Color #d8d568

%40.53
%39.96
%19.51

CMYK Percentages of Color #d8d568

%0
%1
%52
%15

Triadic Colors of #d8d568

#d8d568 #68d8d5 #d568d8

Analogous Colors of #d8d568

#d8d568 #a3d868 #d89d68

Monochromatic Colors of #d8d568

#d8d568

Complementary Color

#d8d568 #686bd8

#d8d568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d568 Color CSS Codes

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

#d8d568 Text Font Color

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

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


#d8d568 Background Color

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

This div background color is #d8d568


#d8d568 Border Color

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

This div border color is #d8d568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d568


Comments

No comments written yet.

Please login to write comment.