Color Hex Logo

#dee165 Color Hex

#DEE165
(222,225,101)
0 Favorites   0 Comments

Color spaces of #dee165

RGB 222225101
HSL0.170.670.64
HSV61°55°88°
CMYK 0.010.000.55   0.12
XYZ59.398470.319622.7543
Yxy70.31960.38960.4612
Hunter Lab83.8568-20.312242.6116
CIE-Lab87.1534-17.147059.1651

#dee165 color RGB value is (222,225,101).

#dee165 hex color red value is 222, green value is 225 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dee165 hue: 0.17 , saturation: 0.67 and the lightness value of dee165 is 0.64.

The process color (four color CMYK) of #dee165 color hex is 0.01, 0.00, 0.55, 0.12. Web safe color of #dee165 is #cccc66. Color #dee165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01100101
Octal 336 341 145
Decimal 222 225 101
Hex DE E1 65

RGB Percentages of Color #dee165

%40.51
%41.06
%18.43

CMYK Percentages of Color #dee165

%1
%0
%55
%12

Triadic Colors of #dee165

#dee165 #65dee1 #e165de

Analogous Colors of #dee165

#dee165 #a0e165 #e1a665

Monochromatic Colors of #dee165

#dee165

Complementary Color

#dee165 #6865e1

#dee165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee165 Color CSS Codes

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

#dee165 Text Font Color

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

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


#dee165 Background Color

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

This div background color is #dee165


#dee165 Border Color

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

This div border color is #dee165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee165


Comments

No comments written yet.

Please login to write comment.