Color Hex Logo

#dced93 Color Hex

#DCED93
(220,237,147)
0 Favorites   0 Comments

Color spaces of #dced93

RGB 220237147
HSL0.200.710.75
HSV71°38°93°
CMYK 0.070.000.38   0.07
XYZ65.065877.890639.2088
Yxy77.89060.35720.4276
Hunter Lab88.2557-22.849635.4385
CIE-Lab90.7300-19.378441.7282

#dced93 color RGB value is (220,237,147).

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

The process color (four color CMYK) of #dced93 color hex is 0.07, 0.00, 0.38, 0.07. Web safe color of #dced93 is #ccff99. Color #dced93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10010011
Octal 334 355 223
Decimal 220 237 147
Hex DC ED 93

RGB Percentages of Color #dced93

%36.42
%39.24
%24.34

CMYK Percentages of Color #dced93

%7
%0
%38
%7

Triadic Colors of #dced93

#dced93 #93dced #ed93dc

Analogous Colors of #dced93

#dced93 #afed93 #edd193

Monochromatic Colors of #dced93

#dced93

Complementary Color

#dced93 #a493ed

#dced93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced93 Color CSS Codes

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

#dced93 Text Font Color

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

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


#dced93 Background Color

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

This div background color is #dced93


#dced93 Border Color

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

This div border color is #dced93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced93


Comments

No comments written yet.

Please login to write comment.