Color Hex Logo

#dee81d Color Hex

#DEE81D
(222,232,29)
0 Favorites   0 Comments

Color spaces of #dee81d

RGB 22223229
HSL0.170.820.51
HSV63°88°91°
CMYK 0.040.000.88   0.09
XYZ59.202673.331512.1965
Yxy73.33150.40910.5067
Hunter Lab85.6338-26.453951.4992
CIE-Lab88.6056-23.876783.9445

#dee81d color RGB value is (222,232,29).

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

The process color (four color CMYK) of #dee81d color hex is 0.04, 0.00, 0.88, 0.09. Web safe color of #dee81d is #ccff33. Color #dee81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 00011101
Octal 336 350 35
Decimal 222 232 29
Hex DE E8 1D

RGB Percentages of Color #dee81d

%45.96
%48.03
%6.00

CMYK Percentages of Color #dee81d

%4
%0
%88
%9

Triadic Colors of #dee81d

#dee81d #1ddee8 #e81dde

Analogous Colors of #dee81d

#dee81d #79e81d #e88d1d

Monochromatic Colors of #dee81d

#dee81d

Complementary Color

#dee81d #271de8

#dee81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee81d Color CSS Codes

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

#dee81d Text Font Color

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

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


#dee81d Background Color

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

This div background color is #dee81d


#dee81d Border Color

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

This div border color is #dee81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee81d


Comments

No comments written yet.

Please login to write comment.