color codes Logo

#dce68c color codes

#DCE68C
(220,230,140)
0 Favorites   0 Comments

Color spaces of #dce68c

RGB 220230140
HSL0.190.640.73
HSV67°39°90°
CMYK 0.040.000.39   0.10
XYZ62.545673.702735.7405
Yxy73.70270.36370.4285
Hunter Lab85.8503-20.193135.4121
CIE-Lab88.7818-16.745642.6950

#dce68c color RGB value is (220,230,140).

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

The process color (four color CMYK) of #dce68c color code is 0.04, 0.00, 0.39, 0.10. Web safe color of #dce68c is #ccff99. Color #dce68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 10001100
Octal 334 346 214
Decimal 220 230 140
Hex DC E6 8C

RGB Percentages of Color #dce68c

%37.29
%38.98
%23.73

CMYK Percentages of Color #dce68c

%4
%0
%39
%10

Triadic Colors of #dce68c

#dce68c #8cdce6 #e68cdc

Analogous Colors of #dce68c

#dce68c #afe68c #e6c38c

Monochromatic Colors of #dce68c

#dce68c

Complementary Color

#dce68c #968ce6

#dce68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce68c Color CSS Codes

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

#dce68c Text Font Color

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

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


#dce68c Background Color

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

This div background color is #dce68c


#dce68c Border Color

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

This div border color is #dce68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce68c


Comments

No comments written yet.

Please login to write comment.