color codes Logo

#dce67c color codes

#DCE67C
(220,230,124)
0 Favorites   0 Comments

Color spaces of #dce67c

RGB 220230124
HSL0.180.680.69
HSV66°46°90°
CMYK 0.040.000.46   0.10
XYZ61.450173.264529.9715
Yxy73.26450.37310.4449
Hunter Lab85.5947-21.642139.1555
CIE-Lab88.5737-18.402850.1989

#dce67c color RGB value is (220,230,124).

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

The process color (four color CMYK) of #dce67c color code is 0.04, 0.00, 0.46, 0.10. Web safe color of #dce67c is #ccff66. Color #dce67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 01111100
Octal 334 346 174
Decimal 220 230 124
Hex DC E6 7C

RGB Percentages of Color #dce67c

%38.33
%40.07
%21.60

CMYK Percentages of Color #dce67c

%4
%0
%46
%10

Triadic Colors of #dce67c

#dce67c #7cdce6 #e67cdc

Analogous Colors of #dce67c

#dce67c #a7e67c #e6bb7c

Monochromatic Colors of #dce67c

#dce67c

Complementary Color

#dce67c #867ce6

#dce67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce67c Color CSS Codes

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

#dce67c Text Font Color

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

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


#dce67c Background Color

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

This div background color is #dce67c


#dce67c Border Color

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

This div border color is #dce67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce67c


Comments

No comments written yet.

Please login to write comment.