Color Hex Logo

#dde66f Color Hex

#DDE66F
(221,230,111)
0 Favorites   0 Comments

Color spaces of #dde66f

RGB 221230111
HSL0.180.700.67
HSV65°52°90°
CMYK 0.040.000.52   0.10
XYZ60.984973.113525.9370
Yxy73.11350.38110.4569
Hunter Lab85.5064-22.326541.8698
CIE-Lab88.5018-19.186756.1960

#dde66f color RGB value is (221,230,111).

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

The process color (four color CMYK) of #dde66f color hex is 0.04, 0.00, 0.52, 0.10. Web safe color of #dde66f is #ccff66. Color #dde66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 01101111
Octal 335 346 157
Decimal 221 230 111
Hex DD E6 6F

RGB Percentages of Color #dde66f

%39.32
%40.93
%19.75

CMYK Percentages of Color #dde66f

%4
%0
%52
%10

Triadic Colors of #dde66f

#dde66f #6fdde6 #e66fdd

Analogous Colors of #dde66f

#dde66f #a2e66f #e6b46f

Monochromatic Colors of #dde66f

#dde66f

Complementary Color

#dde66f #786fe6

#dde66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde66f Color CSS Codes

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

#dde66f Text Font Color

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

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


#dde66f Background Color

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

This div background color is #dde66f


#dde66f Border Color

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

This div border color is #dde66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde66f


Comments

No comments written yet.

Please login to write comment.