Color Hex Logo

#deee64 Color Hex

#DEEE64
(222,238,100)
0 Favorites   0 Comments

Color spaces of #deee64

RGB 222238100
HSL0.190.800.66
HSV67°58°93°
CMYK 0.070.000.58   0.07
XYZ62.999077.598823.7143
Yxy77.59880.38340.4723
Hunter Lab88.0902-26.500945.7020
CIE-Lab90.5965-23.519363.4554

#deee64 color RGB value is (222,238,100).

#deee64 hex color red value is 222, green value is 238 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #deee64 hue: 0.19 , saturation: 0.80 and the lightness value of deee64 is 0.66.

The process color (four color CMYK) of #deee64 color hex is 0.07, 0.00, 0.58, 0.07. Web safe color of #deee64 is #ccff66. Color #deee64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 01100100
Octal 336 356 144
Decimal 222 238 100
Hex DE EE 64

RGB Percentages of Color #deee64

%39.64
%42.50
%17.86

CMYK Percentages of Color #deee64

%7
%0
%58
%7

Triadic Colors of #deee64

#deee64 #64deee #ee64de

Analogous Colors of #deee64

#deee64 #99ee64 #eeb964

Monochromatic Colors of #deee64

#deee64

Complementary Color

#deee64 #7464ee

#deee64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deee64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deee64 Color CSS Codes

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

#deee64 Text Font Color

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

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


#deee64 Background Color

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

This div background color is #deee64


#deee64 Border Color

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

This div border color is #deee64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deee64


Comments

No comments written yet.

Please login to write comment.