Color Hex Logo

#dce193 Color Hex

#DCE193
(220,225,147)
0 Favorites   0 Comments

Color spaces of #dce193

RGB 220225147
HSL0.180.570.73
HSV64°35°88°
CMYK 0.020.000.35   0.12
XYZ61.706971.172738.0892
Yxy71.17270.36090.4163
Hunter Lab84.3639-17.075332.2861
CIE-Lab87.5688-13.470137.6455

#dce193 color RGB value is (220,225,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 10010011
Octal 334 341 223
Decimal 220 225 147
Hex DC E1 93

RGB Percentages of Color #dce193

%37.16
%38.01
%24.83

CMYK Percentages of Color #dce193

%2
%0
%35
%12

Triadic Colors of #dce193

#dce193 #93dce1 #e193dc

Analogous Colors of #dce193

#dce193 #b5e193 #e1bf93

Monochromatic Colors of #dce193

#dce193

Complementary Color

#dce193 #9893e1

#dce193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce193 Color CSS Codes

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

#dce193 Text Font Color

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

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


#dce193 Background Color

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

This div background color is #dce193


#dce193 Border Color

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

This div border color is #dce193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,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 #dce193">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce193


Comments

No comments written yet.

Please login to write comment.