Color Hex Logo

#dced92 Color Hex

#DCED92
(220,237,146)
0 Favorites   0 Comments

Color spaces of #dced92

RGB 220237146
HSL0.200.720.75
HSV71°38°93°
CMYK 0.070.000.38   0.07
XYZ64.987777.859338.7973
Yxy77.85930.35780.4286
Hunter Lab88.2379-22.950135.6973
CIE-Lab90.7157-19.493142.2031

#dced92 color RGB value is (220,237,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10010010
Octal 334 355 222
Decimal 220 237 146
Hex DC ED 92

RGB Percentages of Color #dced92

%36.48
%39.30
%24.21

CMYK Percentages of Color #dced92

%7
%0
%38
%7

Triadic Colors of #dced92

#dced92 #92dced #ed92dc

Analogous Colors of #dced92

#dced92 #afed92 #edd192

Monochromatic Colors of #dced92

#dced92

Complementary Color

#dced92 #a392ed

#dced92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced92 Color CSS Codes

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

#dced92 Text Font Color

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

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


#dced92 Background Color

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

This div background color is #dced92


#dced92 Border Color

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

This div border color is #dced92


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,237,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced92


Comments

No comments written yet.

Please login to write comment.