Color Hex Logo

#dce892 Color Hex

#DCE892
(220,232,146)
0 Favorites   0 Comments

Color spaces of #dce892

RGB 220232146
HSL0.190.650.74
HSV68°37°91°
CMYK 0.050.000.37   0.09
XYZ63.560175.004238.3214
Yxy75.00420.35930.4240
Hunter Lab86.6050-20.556134.3885
CIE-Lab89.3950-17.049840.5082

#dce892 color RGB value is (220,232,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 10010010
Octal 334 350 222
Decimal 220 232 146
Hex DC E8 92

RGB Percentages of Color #dce892

%36.79
%38.80
%24.41

CMYK Percentages of Color #dce892

%5
%0
%37
%9

Triadic Colors of #dce892

#dce892 #92dce8 #e892dc

Analogous Colors of #dce892

#dce892 #b1e892 #e8c992

Monochromatic Colors of #dce892

#dce892

Complementary Color

#dce892 #9e92e8

#dce892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce892 Color CSS Codes

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

#dce892 Text Font Color

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

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


#dce892 Background Color

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

This div background color is #dce892


#dce892 Border Color

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

This div border color is #dce892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce892


Comments

No comments written yet.

Please login to write comment.