Color Hex Logo

#deee0d Color Hex

#DEEE0D
(222,238,13)
0 Favorites   0 Comments

Color spaces of #deee0d

RGB 22223813
HSL0.180.900.49
HSV64°95°93°
CMYK 0.070.000.95   0.07
XYZ60.771476.707711.9839
Yxy76.70770.40660.5132
Hunter Lab87.5829-29.413953.1955
CIE-Lab90.1869-26.953887.2344

#deee0d color RGB value is (222,238,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 00001101
Octal 336 356 15
Decimal 222 238 13
Hex DE EE D

RGB Percentages of Color #deee0d

%46.93
%50.32
%2.75

CMYK Percentages of Color #deee0d

%7
%0
%95
%7

Triadic Colors of #deee0d

#deee0d #0ddeee #ee0dde

Analogous Colors of #deee0d

#deee0d #6eee0d #ee8e0d

Monochromatic Colors of #deee0d

#deee0d

Complementary Color

#deee0d #1d0dee

#deee0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deee0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deee0d Color CSS Codes

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

#deee0d Text Font Color

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

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


#deee0d Background Color

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

This div background color is #deee0d


#deee0d Border Color

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

This div border color is #deee0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deee0d


Comments

No comments written yet.

Please login to write comment.