Color Hex Logo

#dee01d Color Hex

#DEE01D
(222,224,29)
0 Favorites   0 Comments

Color spaces of #dee01d

RGB 22222429
HSL0.170.770.50
HSV61°87°88°
CMYK 0.010.000.87   0.12
XYZ57.001668.929611.4628
Yxy68.92960.41490.5017
Hunter Lab83.0239-22.739249.9307
CIE-Lab86.4692-20.026782.2344

#dee01d color RGB value is (222,224,29).

#dee01d hex color red value is 222, green value is 224 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dee01d hue: 0.17 , saturation: 0.77 and the lightness value of dee01d is 0.50.

The process color (four color CMYK) of #dee01d color hex is 0.01, 0.00, 0.87, 0.12. Web safe color of #dee01d is #cccc33. Color #dee01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00011101
Octal 336 340 35
Decimal 222 224 29
Hex DE E0 1D

RGB Percentages of Color #dee01d

%46.74
%47.16
%6.11

CMYK Percentages of Color #dee01d

%1
%0
%87
%12

Triadic Colors of #dee01d

#dee01d #1ddee0 #e01dde

Analogous Colors of #dee01d

#dee01d #7de01d #e0811d

Monochromatic Colors of #dee01d

#dee01d

Complementary Color

#dee01d #1f1de0

#dee01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee01d Color CSS Codes

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

#dee01d Text Font Color

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

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


#dee01d Background Color

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

This div background color is #dee01d


#dee01d Border Color

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

This div border color is #dee01d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,224,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee01d


Comments

No comments written yet.

Please login to write comment.