Color Hex Logo

#dce490 Color Hex

#DCE490
(220,228,144)
0 Favorites   0 Comments

Color spaces of #dce490

RGB 220228144
HSL0.180.610.73
HSV66°37°89°
CMYK 0.040.000.37   0.11
XYZ62.292672.716137.1380
Yxy72.71610.36190.4224
Hunter Lab85.2737-18.834533.8699
CIE-Lab88.3121-15.308440.1100

#dce490 color RGB value is (220,228,144).

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

The process color (four color CMYK) of #dce490 color hex is 0.04, 0.00, 0.37, 0.11. Web safe color of #dce490 is #cccc99. Color #dce490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 10010000
Octal 334 344 220
Decimal 220 228 144
Hex DC E4 90

RGB Percentages of Color #dce490

%37.16
%38.51
%24.32

CMYK Percentages of Color #dce490

%4
%0
%37
%11

Triadic Colors of #dce490

#dce490 #90dce4 #e490dc

Analogous Colors of #dce490

#dce490 #b2e490 #e4c290

Monochromatic Colors of #dce490

#dce490

Complementary Color

#dce490 #9890e4

#dce490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce490 Color CSS Codes

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

#dce490 Text Font Color

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

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


#dce490 Background Color

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

This div background color is #dce490


#dce490 Border Color

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

This div border color is #dce490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce490


Comments

No comments written yet.

Please login to write comment.