Color Hex Logo

#d8ec0d Color Hex

#D8EC0D
(216,236,13)
0 Favorites   0 Comments

Color spaces of #d8ec0d

RGB 21623613
HSL0.180.900.49
HSV65°94°93°
CMYK 0.080.000.94   0.07
XYZ58.387074.618911.7063
Yxy74.61890.40350.5156
Hunter Lab86.3822-30.518252.4327
CIE-Lab89.2142-28.469986.3032

#d8ec0d color RGB value is (216,236,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101100 00001101
Octal 330 354 15
Decimal 216 236 13
Hex D8 EC D

RGB Percentages of Color #d8ec0d

%46.45
%50.75
%2.80

CMYK Percentages of Color #d8ec0d

%8
%0
%94
%7

Triadic Colors of #d8ec0d

#d8ec0d #0dd8ec #ec0dd8

Analogous Colors of #d8ec0d

#d8ec0d #69ec0d #ec910d

Monochromatic Colors of #d8ec0d

#d8ec0d

Complementary Color

#d8ec0d #210dec

#d8ec0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ec0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ec0d Color CSS Codes

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

#d8ec0d Text Font Color

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

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


#d8ec0d Background Color

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

This div background color is #d8ec0d


#d8ec0d Border Color

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

This div border color is #d8ec0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,236,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 #d8ec0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ec0d


Comments

No comments written yet.

Please login to write comment.