color codes Logo

#dce94c color codes

#DCE94C
(220,233,76)
0 Favorites   0 Comments

Color spaces of #dce94c

RGB 22023376
HSL0.180.780.61
HSV65°67°91°
CMYK 0.060.000.67   0.09
XYZ59.958674.015317.9637
Yxy74.01530.39460.4871
Hunter Lab86.0321-26.153847.8426
CIE-Lab88.9297-23.463971.2212

#dce94c color RGB value is (220,233,76).

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

The process color (four color CMYK) of #dce94c color code is 0.06, 0.00, 0.67, 0.09. Web safe color of #dce94c is #ccff33. Color #dce94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 01001100
Octal 334 351 114
Decimal 220 233 76
Hex DC E9 4C

RGB Percentages of Color #dce94c

%41.59
%44.05
%14.37

CMYK Percentages of Color #dce94c

%6
%0
%67
%9

Triadic Colors of #dce94c

#dce94c #4cdce9 #e94cdc

Analogous Colors of #dce94c

#dce94c #8ee94c #e9a84c

Monochromatic Colors of #dce94c

#dce94c

Complementary Color

#dce94c #594ce9

#dce94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce94c Color CSS Codes

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

#dce94c Text Font Color

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

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


#dce94c Background Color

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

This div background color is #dce94c


#dce94c Border Color

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

This div border color is #dce94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce94c


Comments

No comments written yet.

Please login to write comment.