Color Hex Logo

#dee83e Color Hex

#DEE83E
(222,232,62)
0 Favorites   0 Comments

Color spaces of #dee83e

RGB 22223262
HSL0.180.790.58
HSV64°73°91°
CMYK 0.040.000.73   0.09
XYZ59.850373.590615.6074
Yxy73.59060.40150.4937
Hunter Lab85.7850-25.588149.2625
CIE-Lab88.7286-22.855575.8971

#dee83e color RGB value is (222,232,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 00111110
Octal 336 350 76
Decimal 222 232 62
Hex DE E8 3E

RGB Percentages of Color #dee83e

%43.02
%44.96
%12.02

CMYK Percentages of Color #dee83e

%4
%0
%73
%9

Triadic Colors of #dee83e

#dee83e #3edee8 #e83ede

Analogous Colors of #dee83e

#dee83e #89e83e #e89d3e

Monochromatic Colors of #dee83e

#dee83e

Complementary Color

#dee83e #483ee8

#dee83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee83e Color CSS Codes

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

#dee83e Text Font Color

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

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


#dee83e Background Color

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

This div background color is #dee83e


#dee83e Border Color

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

This div border color is #dee83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee83e


Comments

No comments written yet.

Please login to write comment.