Color Hex Logo

#dde680 Color Hex

#DDE680
(221,230,128)
0 Favorites   0 Comments

Color spaces of #dde680

RGB 221230128
HSL0.180.670.70
HSV65°44°90°
CMYK 0.040.000.44   0.10
XYZ62.011973.524331.3453
Yxy73.52430.37160.4406
Hunter Lab85.7463-20.964538.3485
CIE-Lab88.6972-17.621448.4535

#dde680 color RGB value is (221,230,128).

#dde680 hex color red value is 221, green value is 230 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dde680 hue: 0.18 , saturation: 0.67 and the lightness value of dde680 is 0.70.

The process color (four color CMYK) of #dde680 color hex is 0.04, 0.00, 0.44, 0.10. Web safe color of #dde680 is #ccff99. Color #dde680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 10000000
Octal 335 346 200
Decimal 221 230 128
Hex DD E6 80

RGB Percentages of Color #dde680

%38.17
%39.72
%22.11

CMYK Percentages of Color #dde680

%4
%0
%44
%10

Triadic Colors of #dde680

#dde680 #80dde6 #e680dd

Analogous Colors of #dde680

#dde680 #aae680 #e6bc80

Monochromatic Colors of #dde680

#dde680

Complementary Color

#dde680 #8980e6

#dde680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde680 Color CSS Codes

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

#dde680 Text Font Color

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

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


#dde680 Background Color

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

This div background color is #dde680


#dde680 Border Color

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

This div border color is #dde680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde680


Comments

No comments written yet.

Please login to write comment.