Color Hex Logo

#dde474 Color Hex

#DDE474
(221,228,116)
0 Favorites   0 Comments

Color spaces of #dde474

RGB 221228116
HSL0.180.670.67
HSV64°49°89°
CMYK 0.030.000.49   0.11
XYZ60.714672.119927.2435
Yxy72.11990.37930.4505
Hunter Lab84.9234-21.000440.4261
CIE-Lab88.0263-17.775053.3284

#dde474 color RGB value is (221,228,116).

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

The process color (four color CMYK) of #dde474 color hex is 0.03, 0.00, 0.49, 0.11. Web safe color of #dde474 is #cccc66. Color #dde474 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 01110100
Octal 335 344 164
Decimal 221 228 116
Hex DD E4 74

RGB Percentages of Color #dde474

%39.12
%40.35
%20.53

CMYK Percentages of Color #dde474

%3
%0
%49
%11

Triadic Colors of #dde474

#dde474 #74dde4 #e474dd

Analogous Colors of #dde474

#dde474 #a5e474 #e4b374

Monochromatic Colors of #dde474

#dde474

Complementary Color

#dde474 #7b74e4

#dde474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde474 Color CSS Codes

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

#dde474 Text Font Color

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

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


#dde474 Background Color

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

This div background color is #dde474


#dde474 Border Color

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

This div border color is #dde474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde474


Comments

No comments written yet.

Please login to write comment.