Color Hex Logo

#dde864 Color Hex

#DDE864
(221,232,100)
0 Favorites   0 Comments

Color spaces of #dde864

RGB 221232100
HSL0.180.740.65
HSV65°57°91°
CMYK 0.050.000.57   0.09
XYZ60.975774.005523.1273
Yxy74.00550.38570.4681
Hunter Lab86.0264-24.025244.2790
CIE-Lab88.9251-21.032861.5748

#dde864 color RGB value is (221,232,100).

#dde864 hex color red value is 221, green value is 232 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dde864 hue: 0.18 , saturation: 0.74 and the lightness value of dde864 is 0.65.

The process color (four color CMYK) of #dde864 color hex is 0.05, 0.00, 0.57, 0.09. Web safe color of #dde864 is #ccff66. Color #dde864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 01100100
Octal 335 350 144
Decimal 221 232 100
Hex DD E8 64

RGB Percentages of Color #dde864

%39.96
%41.95
%18.08

CMYK Percentages of Color #dde864

%5
%0
%57
%9

Triadic Colors of #dde864

#dde864 #64dde8 #e864dd

Analogous Colors of #dde864

#dde864 #9be864 #e8b164

Monochromatic Colors of #dde864

#dde864

Complementary Color

#dde864 #6f64e8

#dde864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde864 Color CSS Codes

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

#dde864 Text Font Color

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

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


#dde864 Background Color

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

This div background color is #dde864


#dde864 Border Color

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

This div border color is #dde864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde864


Comments

No comments written yet.

Please login to write comment.