Color Hex Logo

#dee83a Color Hex

#DEE83A
(222,232,58)
0 Favorites   0 Comments

Color spaces of #dee83a

RGB 22223258
HSL0.180.790.57
HSV63°75°91°
CMYK 0.040.000.75   0.09
XYZ59.744573.548315.0504
Yxy73.54830.40270.4958
Hunter Lab85.7603-25.729449.6272
CIE-Lab88.7086-23.021777.1228

#dee83a color RGB value is (222,232,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 00111010
Octal 336 350 72
Decimal 222 232 58
Hex DE E8 3A

RGB Percentages of Color #dee83a

%43.36
%45.31
%11.33

CMYK Percentages of Color #dee83a

%4
%0
%75
%9

Triadic Colors of #dee83a

#dee83a #3adee8 #e83ade

Analogous Colors of #dee83a

#dee83a #87e83a #e89b3a

Monochromatic Colors of #dee83a

#dee83a

Complementary Color

#dee83a #443ae8

#dee83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee83a Color CSS Codes

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

#dee83a Text Font Color

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

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


#dee83a Background Color

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

This div background color is #dee83a


#dee83a Border Color

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

This div border color is #dee83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee83a


Comments

No comments written yet.

Please login to write comment.