Color Hex Logo

#dce697 Color Hex

#DCE697
(220,230,151)
0 Favorites   0 Comments

Color spaces of #dce697

RGB 220230151
HSL0.190.610.75
HSV68°34°90°
CMYK 0.040.000.34   0.10
XYZ63.397974.043640.2286
Yxy74.04360.35680.4167
Hunter Lab86.0486-19.071832.5153
CIE-Lab88.9431-15.474337.4243

#dce697 color RGB value is (220,230,151).

#dce697 hex color red value is 220, green value is 230 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dce697 hue: 0.19 , saturation: 0.61 and the lightness value of dce697 is 0.75.

The process color (four color CMYK) of #dce697 color hex is 0.04, 0.00, 0.34, 0.10. Web safe color of #dce697 is #ccff99. Color #dce697 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 10010111
Octal 334 346 227
Decimal 220 230 151
Hex DC E6 97

RGB Percentages of Color #dce697

%36.61
%38.27
%25.12

CMYK Percentages of Color #dce697

%4
%0
%34
%10

Triadic Colors of #dce697

#dce697 #97dce6 #e697dc

Analogous Colors of #dce697

#dce697 #b5e697 #e6c997

Monochromatic Colors of #dce697

#dce697

Complementary Color

#dce697 #a197e6

#dce697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce697 Color CSS Codes

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

#dce697 Text Font Color

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

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


#dce697 Background Color

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

This div background color is #dce697


#dce697 Border Color

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

This div border color is #dce697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce697


Comments

No comments written yet.

Please login to write comment.