Color Hex Logo

#dce173 Color Hex

#DCE173
(220,225,115)
0 Favorites   0 Comments

Color spaces of #dce173

RGB 220225115
HSL0.170.650.67
HSV63°49°88°
CMYK 0.020.000.49   0.12
XYZ59.534970.303926.6518
Yxy70.30390.38040.4493
Hunter Lab83.8474-19.991139.8472
CIE-Lab87.1457-16.786752.7293

#dce173 color RGB value is (220,225,115).

#dce173 hex color red value is 220, green value is 225 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dce173 hue: 0.17 , saturation: 0.65 and the lightness value of dce173 is 0.67.

The process color (four color CMYK) of #dce173 color hex is 0.02, 0.00, 0.49, 0.12. Web safe color of #dce173 is #cccc66. Color #dce173 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01110011
Octal 334 341 163
Decimal 220 225 115
Hex DC E1 73

RGB Percentages of Color #dce173

%39.29
%40.18
%20.54

CMYK Percentages of Color #dce173

%2
%0
%49
%12

Triadic Colors of #dce173

#dce173 #73dce1 #e173dc

Analogous Colors of #dce173

#dce173 #a5e173 #e1af73

Monochromatic Colors of #dce173

#dce173

Complementary Color

#dce173 #7873e1

#dce173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce173 Color CSS Codes

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

#dce173 Text Font Color

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

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


#dce173 Background Color

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

This div background color is #dce173


#dce173 Border Color

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

This div border color is #dce173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce173

#dce173 Color Palettes


Comments

No comments written yet.

Please login to write comment.