Color Hex Logo

#dde488 Color Hex

#DDE488
(221,228,136)
0 Favorites   0 Comments

Color spaces of #dde488

RGB 221228136
HSL0.180.630.71
HSV65°40°89°
CMYK 0.030.000.40   0.11
XYZ62.006172.636534.0447
Yxy72.63650.36760.4306
Hunter Lab85.2270-19.281435.9750
CIE-Lab88.2741-15.811244.0370

#dde488 color RGB value is (221,228,136).

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

The process color (four color CMYK) of #dde488 color hex is 0.03, 0.00, 0.40, 0.11. Web safe color of #dde488 is #cccc99. Color #dde488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 10001000
Octal 335 344 210
Decimal 221 228 136
Hex DD E4 88

RGB Percentages of Color #dde488

%37.78
%38.97
%23.25

CMYK Percentages of Color #dde488

%3
%0
%40
%11

Triadic Colors of #dde488

#dde488 #88dde4 #e488dd

Analogous Colors of #dde488

#dde488 #afe488 #e4bd88

Monochromatic Colors of #dde488

#dde488

Complementary Color

#dde488 #8f88e4

#dde488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde488 Color CSS Codes

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

#dde488 Text Font Color

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

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


#dde488 Background Color

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

This div background color is #dde488


#dde488 Border Color

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

This div border color is #dde488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde488


Comments

No comments written yet.

Please login to write comment.