Color Hex Logo

#dde973 Color Hex

#DDE973
(221,233,115)
0 Favorites   0 Comments

Color spaces of #dde973

RGB 221233115
HSL0.180.730.68
HSV66°51°91°
CMYK 0.050.000.51   0.09
XYZ62.052274.887827.4039
Yxy74.88780.37760.4557
Hunter Lab86.5377-23.447041.8011
CIE-Lab89.3404-20.300155.3474

#dde973 color RGB value is (221,233,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 01110011
Octal 335 351 163
Decimal 221 233 115
Hex DD E9 73

RGB Percentages of Color #dde973

%38.84
%40.95
%20.21

CMYK Percentages of Color #dde973

%5
%0
%51
%9

Triadic Colors of #dde973

#dde973 #73dde9 #e973dd

Analogous Colors of #dde973

#dde973 #a2e973 #e9ba73

Monochromatic Colors of #dde973

#dde973

Complementary Color

#dde973 #7f73e9

#dde973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde973 Color CSS Codes

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

#dde973 Text Font Color

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

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


#dde973 Background Color

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

This div background color is #dde973


#dde973 Border Color

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

This div border color is #dde973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde973


Comments

No comments written yet.

Please login to write comment.