Color Hex Logo

#dde193 Color Hex

#DDE193
(221,225,147)
0 Favorites   0 Comments

Color spaces of #dde193

RGB 221225147
HSL0.180.570.73
HSV63°35°88°
CMYK 0.020.000.35   0.12
XYZ62.010571.329238.1034
Yxy71.32920.36170.4161
Hunter Lab84.4566-16.739232.3704
CIE-Lab87.6447-13.088237.7588

#dde193 color RGB value is (221,225,147).

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

The process color (four color CMYK) of #dde193 color hex is 0.02, 0.00, 0.35, 0.12. Web safe color of #dde193 is #cccc99. Color #dde193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 10010011
Octal 335 341 223
Decimal 221 225 147
Hex DD E1 93

RGB Percentages of Color #dde193

%37.27
%37.94
%24.79

CMYK Percentages of Color #dde193

%2
%0
%35
%12

Triadic Colors of #dde193

#dde193 #93dde1 #e193dd

Analogous Colors of #dde193

#dde193 #b6e193 #e1be93

Monochromatic Colors of #dde193

#dde193

Complementary Color

#dde193 #9793e1

#dde193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde193 Color CSS Codes

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

#dde193 Text Font Color

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

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


#dde193 Background Color

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

This div background color is #dde193


#dde193 Border Color

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

This div border color is #dde193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde193


Comments

No comments written yet.

Please login to write comment.