Color Hex Logo

#dee353 Color Hex

#DEE353
(222,227,83)
0 Favorites   0 Comments

Color spaces of #dee353

RGB 22222783
HSL0.170.720.61
HSV62°63°89°
CMYK 0.020.000.63   0.11
XYZ59.154671.092318.7880
Yxy71.09230.39690.4770
Hunter Lab84.3162-22.321445.8099
CIE-Lab87.5298-19.355367.1549

#dee353 color RGB value is (222,227,83).

#dee353 hex color red value is 222, green value is 227 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dee353 hue: 0.17 , saturation: 0.72 and the lightness value of dee353 is 0.61.

The process color (four color CMYK) of #dee353 color hex is 0.02, 0.00, 0.63, 0.11. Web safe color of #dee353 is #cccc66. Color #dee353 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 01010011
Octal 336 343 123
Decimal 222 227 83
Hex DE E3 53

RGB Percentages of Color #dee353

%41.73
%42.67
%15.60

CMYK Percentages of Color #dee353

%2
%0
%63
%11

Triadic Colors of #dee353

#dee353 #53dee3 #e353de

Analogous Colors of #dee353

#dee353 #96e353 #e3a053

Monochromatic Colors of #dee353

#dee353

Complementary Color

#dee353 #5853e3

#dee353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee353 Color CSS Codes

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

#dee353 Text Font Color

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

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


#dee353 Background Color

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

This div background color is #dee353


#dee353 Border Color

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

This div border color is #dee353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee353


Comments

No comments written yet.

Please login to write comment.