Color Hex Logo

#dde38c Color Hex

#DDE38C
(221,227,140)
0 Favorites   0 Comments

Color spaces of #dde38c

RGB 221227140
HSL0.180.610.72
HSV64°38°89°
CMYK 0.030.000.38   0.11
XYZ62.021572.203835.4788
Yxy72.20380.36550.4255
Hunter Lab84.9728-18.415634.7256
CIE-Lab88.0666-14.881041.7994

#dde38c color RGB value is (221,227,140).

#dde38c hex color red value is 221, green value is 227 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dde38c hue: 0.18 , saturation: 0.61 and the lightness value of dde38c is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 10001100
Octal 335 343 214
Decimal 221 227 140
Hex DD E3 8C

RGB Percentages of Color #dde38c

%37.59
%38.61
%23.81

CMYK Percentages of Color #dde38c

%3
%0
%38
%11

Triadic Colors of #dde38c

#dde38c #8cdde3 #e38cdd

Analogous Colors of #dde38c

#dde38c #b2e38c #e3be8c

Monochromatic Colors of #dde38c

#dde38c

Complementary Color

#dde38c #928ce3

#dde38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde38c Color CSS Codes

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

#dde38c Text Font Color

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

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


#dde38c Background Color

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

This div background color is #dde38c


#dde38c Border Color

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

This div border color is #dde38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde38c


Comments

No comments written yet.

Please login to write comment.