Color Hex Logo

#dde066 Color Hex

#DDE066
(221,224,102)
0 Favorites   0 Comments

Color spaces of #dde066

RGB 221224102
HSL0.170.660.64
HSV61°54°88°
CMYK 0.010.000.54   0.12
XYZ58.872769.642822.9098
Yxy69.64280.38880.4599
Hunter Lab83.4523-20.115842.1399
CIE-Lab86.8214-16.980858.3229

#dde066 color RGB value is (221,224,102).

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

The process color (four color CMYK) of #dde066 color hex is 0.01, 0.00, 0.54, 0.12. Web safe color of #dde066 is #cccc66. Color #dde066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01100110
Octal 335 340 146
Decimal 221 224 102
Hex DD E0 66

RGB Percentages of Color #dde066

%40.40
%40.95
%18.65

CMYK Percentages of Color #dde066

%1
%0
%54
%12

Triadic Colors of #dde066

#dde066 #66dde0 #e066dd

Analogous Colors of #dde066

#dde066 #a0e066 #e0a666

Monochromatic Colors of #dde066

#dde066

Complementary Color

#dde066 #6966e0

#dde066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde066 Color CSS Codes

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

#dde066 Text Font Color

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

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


#dde066 Background Color

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

This div background color is #dde066


#dde066 Border Color

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

This div border color is #dde066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde066


Comments

No comments written yet.

Please login to write comment.