Color Hex Logo

#dde966 Color Hex

#DDE966
(221,233,102)
0 Favorites   0 Comments

Color spaces of #dde966

RGB 221233102
HSL0.180.750.66
HSV65°56°91°
CMYK 0.050.000.56   0.09
XYZ61.356074.609323.7376
Yxy74.60930.38420.4672
Hunter Lab86.3767-24.365244.1699
CIE-Lab89.2097-21.364861.0249

#dde966 color RGB value is (221,233,102).

#dde966 hex color red value is 221, green value is 233 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dde966 hue: 0.18 , saturation: 0.75 and the lightness value of dde966 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 01100110
Octal 335 351 146
Decimal 221 233 102
Hex DD E9 66

RGB Percentages of Color #dde966

%39.75
%41.91
%18.35

CMYK Percentages of Color #dde966

%5
%0
%56
%9

Triadic Colors of #dde966

#dde966 #66dde9 #e966dd

Analogous Colors of #dde966

#dde966 #9ce966 #e9b466

Monochromatic Colors of #dde966

#dde966

Complementary Color

#dde966 #7266e9

#dde966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde966 Color CSS Codes

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

#dde966 Text Font Color

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

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


#dde966 Background Color

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

This div background color is #dde966


#dde966 Border Color

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

This div border color is #dde966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde966


Comments

No comments written yet.

Please login to write comment.