color codes Logo

#dce69f color codes

#DCE69F
(220,230,159)
0 Favorites   0 Comments

Color spaces of #dce69f

RGB 220230159
HSL0.190.590.76
HSV68°31°90°
CMYK 0.040.000.31   0.10
XYZ64.070074.312543.7678
Yxy74.31250.35170.4080
Hunter Lab86.2047-18.191530.2406
CIE-Lab89.0700-14.482933.5522

#dce69f color RGB value is (220,230,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 10011111
Octal 334 346 237
Decimal 220 230 159
Hex DC E6 9F

RGB Percentages of Color #dce69f

%36.12
%37.77
%26.11

CMYK Percentages of Color #dce69f

%4
%0
%31
%10

Triadic Colors of #dce69f

#dce69f #9fdce6 #e69fdc

Analogous Colors of #dce69f

#dce69f #b9e69f #e6cd9f

Monochromatic Colors of #dce69f

#dce69f

Complementary Color

#dce69f #a99fe6

#dce69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce69f Color CSS Codes

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

#dce69f Text Font Color

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

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


#dce69f Background Color

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

This div background color is #dce69f


#dce69f Border Color

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

This div border color is #dce69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce69f


Comments

No comments written yet.

Please login to write comment.