Color Hex Logo

#d8ea0d Color Hex

#D8EA0D
(216,234,13)
0 Favorites   0 Comments

Color spaces of #d8ea0d

RGB 21623413
HSL0.180.890.48
HSV65°94°92°
CMYK 0.080.000.94   0.08
XYZ57.814473.473611.5155
Yxy73.47360.40490.5145
Hunter Lab85.7167-29.609352.0365
CIE-Lab88.6731-27.531785.8898

#d8ea0d color RGB value is (216,234,13).

#d8ea0d hex color red value is 216, green value is 234 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d8ea0d hue: 0.18 , saturation: 0.89 and the lightness value of d8ea0d is 0.48.

The process color (four color CMYK) of #d8ea0d color hex is 0.08, 0.00, 0.94, 0.08. Web safe color of #d8ea0d is #ccff00. Color #d8ea0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 00001101
Octal 330 352 15
Decimal 216 234 13
Hex D8 EA D

RGB Percentages of Color #d8ea0d

%46.65
%50.54
%2.81

CMYK Percentages of Color #d8ea0d

%8
%0
%94
%8

Triadic Colors of #d8ea0d

#d8ea0d #0dd8ea #ea0dd8

Analogous Colors of #d8ea0d

#d8ea0d #6aea0d #ea8e0d

Monochromatic Colors of #d8ea0d

#d8ea0d

Complementary Color

#d8ea0d #1f0dea

#d8ea0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ea0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ea0d Color CSS Codes

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

#d8ea0d Text Font Color

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

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


#d8ea0d Background Color

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

This div background color is #d8ea0d


#d8ea0d Border Color

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

This div border color is #d8ea0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ea0d


Comments

No comments written yet.

Please login to write comment.