Color Hex Logo

#dde97e Color Hex

#DDE97E
(221,233,126)
0 Favorites   0 Comments

Color spaces of #dde97e

RGB 221233126
HSL0.190.710.70
HSV67°46°91°
CMYK 0.050.000.46   0.09
XYZ62.723675.156330.9394
Yxy75.15630.37150.4452
Hunter Lab86.6927-22.564639.5252
CIE-Lab89.4662-19.283350.3519

#dde97e color RGB value is (221,233,126).

#dde97e hex color red value is 221, green value is 233 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dde97e hue: 0.19 , saturation: 0.71 and the lightness value of dde97e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 01111110
Octal 335 351 176
Decimal 221 233 126
Hex DD E9 7E

RGB Percentages of Color #dde97e

%38.10
%40.17
%21.72

CMYK Percentages of Color #dde97e

%5
%0
%46
%9

Triadic Colors of #dde97e

#dde97e #7edde9 #e97edd

Analogous Colors of #dde97e

#dde97e #a8e97e #e9c07e

Monochromatic Colors of #dde97e

#dde97e

Complementary Color

#dde97e #8a7ee9

#dde97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde97e Color CSS Codes

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

#dde97e Text Font Color

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

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


#dde97e Background Color

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

This div background color is #dde97e


#dde97e Border Color

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

This div border color is #dde97e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,233,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde97e


Comments

No comments written yet.

Please login to write comment.