Color Hex Logo

#dce098 Color Hex

#DCE098
(220,224,152)
0 Favorites   0 Comments

Color spaces of #dce098

RGB 220224152
HSL0.180.540.74
HSV63°32°88°
CMYK 0.020.000.32   0.12
XYZ61.838470.794040.1111
Yxy70.79400.35800.4098
Hunter Lab84.1392-16.054330.6325
CIE-Lab87.3848-12.369634.8775

#dce098 color RGB value is (220,224,152).

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

The process color (four color CMYK) of #dce098 color hex is 0.02, 0.00, 0.32, 0.12. Web safe color of #dce098 is #cccc99. Color #dce098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10011000
Octal 334 340 230
Decimal 220 224 152
Hex DC E0 98

RGB Percentages of Color #dce098

%36.91
%37.58
%25.50

CMYK Percentages of Color #dce098

%2
%0
%32
%12

Triadic Colors of #dce098

#dce098 #98dce0 #e098dc

Analogous Colors of #dce098

#dce098 #b8e098 #e0c098

Monochromatic Colors of #dce098

#dce098

Complementary Color

#dce098 #9c98e0

#dce098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce098 Color CSS Codes

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

#dce098 Text Font Color

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

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


#dce098 Background Color

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

This div background color is #dce098


#dce098 Border Color

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

This div border color is #dce098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce098


Comments

No comments written yet.

Please login to write comment.