Color Hex Logo

#dee83d Color Hex

#DEE83D
(222,232,61)
0 Favorites   0 Comments

Color spaces of #dee83d

RGB 22223261
HSL0.180.790.57
HSV64°74°91°
CMYK 0.040.000.74   0.09
XYZ59.823173.579715.4642
Yxy73.57970.40190.4943
Hunter Lab85.7786-25.624449.3562
CIE-Lab88.7235-22.898276.2093

#dee83d color RGB value is (222,232,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 00111101
Octal 336 350 75
Decimal 222 232 61
Hex DE E8 3D

RGB Percentages of Color #dee83d

%43.11
%45.05
%11.84

CMYK Percentages of Color #dee83d

%4
%0
%74
%9

Triadic Colors of #dee83d

#dee83d #3ddee8 #e83dde

Analogous Colors of #dee83d

#dee83d #89e83d #e89d3d

Monochromatic Colors of #dee83d

#dee83d

Complementary Color

#dee83d #473de8

#dee83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee83d Color CSS Codes

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

#dee83d Text Font Color

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

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


#dee83d Background Color

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

This div background color is #dee83d


#dee83d Border Color

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

This div border color is #dee83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee83d


Comments

No comments written yet.

Please login to write comment.