Color Hex Logo

#dce993 Color Hex

#DCE993
(220,233,147)
0 Favorites   0 Comments

Color spaces of #dce993

RGB 220233147
HSL0.190.660.75
HSV69°37°91°
CMYK 0.060.000.37   0.09
XYZ63.920675.600138.8271
Yxy75.60010.35840.4239
Hunter Lab86.9483-20.934234.3876
CIE-Lab89.6733-17.424640.3697

#dce993 color RGB value is (220,233,147).

#dce993 hex color red value is 220, green value is 233 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dce993 hue: 0.19 , saturation: 0.66 and the lightness value of dce993 is 0.75.

The process color (four color CMYK) of #dce993 color hex is 0.06, 0.00, 0.37, 0.09. Web safe color of #dce993 is #ccff99. Color #dce993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10010011
Octal 334 351 223
Decimal 220 233 147
Hex DC E9 93

RGB Percentages of Color #dce993

%36.67
%38.83
%24.50

CMYK Percentages of Color #dce993

%6
%0
%37
%9

Triadic Colors of #dce993

#dce993 #93dce9 #e993dc

Analogous Colors of #dce993

#dce993 #b1e993 #e9cb93

Monochromatic Colors of #dce993

#dce993

Complementary Color

#dce993 #a093e9

#dce993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce993 Color CSS Codes

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

#dce993 Text Font Color

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

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


#dce993 Background Color

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

This div background color is #dce993


#dce993 Border Color

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

This div border color is #dce993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce993


Comments

No comments written yet.

Please login to write comment.