Color Hex Logo

#dce592 Color Hex

#DCE592
(220,229,146)
0 Favorites   0 Comments

Color spaces of #dce592

RGB 220229146
HSL0.180.610.74
HSV67°36°90°
CMYK 0.040.000.36   0.10
XYZ62.722873.329638.0423
Yxy73.32960.36030.4212
Hunter Lab85.6327-19.112633.6033
CIE-Lab88.6047-15.571939.4893

#dce592 color RGB value is (220,229,146).

#dce592 hex color red value is 220, green value is 229 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dce592 hue: 0.18 , saturation: 0.61 and the lightness value of dce592 is 0.74.

The process color (four color CMYK) of #dce592 color hex is 0.04, 0.00, 0.36, 0.10. Web safe color of #dce592 is #cccc99. Color #dce592 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 10010010
Octal 334 345 222
Decimal 220 229 146
Hex DC E5 92

RGB Percentages of Color #dce592

%36.97
%38.49
%24.54

CMYK Percentages of Color #dce592

%4
%0
%36
%10

Triadic Colors of #dce592

#dce592 #92dce5 #e592dc

Analogous Colors of #dce592

#dce592 #b3e592 #e5c592

Monochromatic Colors of #dce592

#dce592

Complementary Color

#dce592 #9b92e5

#dce592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce592 Color CSS Codes

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

#dce592 Text Font Color

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

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


#dce592 Background Color

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

This div background color is #dce592


#dce592 Border Color

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

This div border color is #dce592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce592


Comments

No comments written yet.

Please login to write comment.