Color Hex Logo

#dee82c Color Hex

#DEE82C
(222,232,44)
0 Favorites   0 Comments

Color spaces of #dee82c

RGB 22223244
HSL0.180.800.54
HSV63°81°91°
CMYK 0.040.000.81   0.09
XYZ59.435473.424713.4227
Yxy73.42470.40630.5019
Hunter Lab85.6882-26.142550.6942
CIE-Lab88.6499-23.508780.8926

#dee82c color RGB value is (222,232,44).

#dee82c hex color red value is 222, green value is 232 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dee82c hue: 0.18 , saturation: 0.80 and the lightness value of dee82c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 00101100
Octal 336 350 54
Decimal 222 232 44
Hex DE E8 2C

RGB Percentages of Color #dee82c

%44.58
%46.59
%8.84

CMYK Percentages of Color #dee82c

%4
%0
%81
%9

Triadic Colors of #dee82c

#dee82c #2cdee8 #e82cde

Analogous Colors of #dee82c

#dee82c #80e82c #e8942c

Monochromatic Colors of #dee82c

#dee82c

Complementary Color

#dee82c #362ce8

#dee82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee82c Color CSS Codes

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

#dee82c Text Font Color

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

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


#dee82c Background Color

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

This div background color is #dee82c


#dee82c Border Color

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

This div border color is #dee82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee82c


Comments

No comments written yet.

Please login to write comment.