Color Hex Logo

#dedf64 Color Hex

#DEDF64
(222,223,100)
0 Favorites   0 Comments

Color spaces of #dedf64

RGB 222223100
HSL0.170.660.63
HSV60°55°87°
CMYK 0.000.000.55   0.13
XYZ58.812169.225022.3186
Yxy69.22500.39120.4604
Hunter Lab83.2016-19.427742.3367
CIE-Lab86.6153-16.239058.9999

#dedf64 color RGB value is (222,223,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 01100100
Octal 336 337 144
Decimal 222 223 100
Hex DE DF 64

RGB Percentages of Color #dedf64

%40.73
%40.92
%18.35

CMYK Percentages of Color #dedf64

%0
%0
%55
%13

Triadic Colors of #dedf64

#dedf64 #64dedf #df64de

Analogous Colors of #dedf64

#dedf64 #a1df64 #dfa364

Monochromatic Colors of #dedf64

#dedf64

Complementary Color

#dedf64 #6564df

#dedf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf64 Color CSS Codes

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

#dedf64 Text Font Color

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

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


#dedf64 Background Color

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

This div background color is #dedf64


#dedf64 Border Color

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

This div border color is #dedf64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,223,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 #dedf64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf64


Comments

No comments written yet.

Please login to write comment.