Color Hex Logo

#dce96f Color Hex

#DCE96F
(220,233,111)
0 Favorites   0 Comments

Color spaces of #dce96f

RGB 220233111
HSL0.180.730.67
HSV66°52°91°
CMYK 0.060.000.52   0.09
XYZ61.523474.641226.2035
Yxy74.64120.37890.4597
Hunter Lab86.3951-24.078742.4940
CIE-Lab89.2247-21.036857.0191

#dce96f color RGB value is (220,233,111).

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

The process color (four color CMYK) of #dce96f color hex is 0.06, 0.00, 0.52, 0.09. Web safe color of #dce96f is #ccff66. Color #dce96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 01101111
Octal 334 351 157
Decimal 220 233 111
Hex DC E9 6F

RGB Percentages of Color #dce96f

%39.01
%41.31
%19.68

CMYK Percentages of Color #dce96f

%6
%0
%52
%9

Triadic Colors of #dce96f

#dce96f #6fdce9 #e96fdc

Analogous Colors of #dce96f

#dce96f #9fe96f #e9b96f

Monochromatic Colors of #dce96f

#dce96f

Complementary Color

#dce96f #7c6fe9

#dce96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce96f Color CSS Codes

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

#dce96f Text Font Color

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

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


#dce96f Background Color

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

This div background color is #dce96f


#dce96f Border Color

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

This div border color is #dce96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce96f


Comments

No comments written yet.

Please login to write comment.