Color Hex Logo

#dce66d Color Hex

#DCE66D
(220,230,109)
0 Favorites   0 Comments

Color spaces of #dce66d

RGB 220230109
HSL0.180.710.66
HSV65°53°90°
CMYK 0.040.000.53   0.10
XYZ60.572372.913425.3492
Yxy72.91340.38140.4591
Hunter Lab85.3893-22.809542.1714
CIE-Lab88.4064-19.750256.9753

#dce66d color RGB value is (220,230,109).

#dce66d hex color red value is 220, green value is 230 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dce66d hue: 0.18 , saturation: 0.71 and the lightness value of dce66d is 0.66.

The process color (four color CMYK) of #dce66d color hex is 0.04, 0.00, 0.53, 0.10. Web safe color of #dce66d is #ccff66. Color #dce66d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 01101101
Octal 334 346 155
Decimal 220 230 109
Hex DC E6 6D

RGB Percentages of Color #dce66d

%39.36
%41.14
%19.50

CMYK Percentages of Color #dce66d

%4
%0
%53
%10

Triadic Colors of #dce66d

#dce66d #6ddce6 #e66ddc

Analogous Colors of #dce66d

#dce66d #a0e66d #e6b46d

Monochromatic Colors of #dce66d

#dce66d

Complementary Color

#dce66d #776de6

#dce66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce66d Color CSS Codes

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

#dce66d Text Font Color

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

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


#dce66d Background Color

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

This div background color is #dce66d


#dce66d Border Color

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

This div border color is #dce66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce66d


Comments

No comments written yet.

Please login to write comment.