Color Hex Logo

#dce68e Color Hex

#DCE68E
(220,230,142)
0 Favorites   0 Comments

Color spaces of #dce68e

RGB 220230142
HSL0.190.640.73
HSV67°38°90°
CMYK 0.040.000.38   0.10
XYZ62.694573.762336.5244
Yxy73.76230.36240.4264
Hunter Lab85.8850-19.996934.9052
CIE-Lab88.8100-16.522441.7423

#dce68e color RGB value is (220,230,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 10001110
Octal 334 346 216
Decimal 220 230 142
Hex DC E6 8E

RGB Percentages of Color #dce68e

%37.16
%38.85
%23.99

CMYK Percentages of Color #dce68e

%4
%0
%38
%10

Triadic Colors of #dce68e

#dce68e #8edce6 #e68edc

Analogous Colors of #dce68e

#dce68e #b0e68e #e6c48e

Monochromatic Colors of #dce68e

#dce68e

Complementary Color

#dce68e #988ee6

#dce68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce68e Color CSS Codes

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

#dce68e Text Font Color

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

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


#dce68e Background Color

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

This div background color is #dce68e


#dce68e Border Color

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

This div border color is #dce68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce68e


Comments

No comments written yet.

Please login to write comment.