Color Hex Logo

#dce988 Color Hex

#DCE988
(220,233,136)
0 Favorites   0 Comments

Color spaces of #dce988

RGB 220233136
HSL0.190.690.72
HSV68°42°91°
CMYK 0.060.000.42   0.09
XYZ63.098075.271034.4957
Yxy75.27100.36500.4354
Hunter Lab86.7589-22.008537.1572
CIE-Lab89.5198-18.650045.5880

#dce988 color RGB value is (220,233,136).

#dce988 hex color red value is 220, green value is 233 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dce988 hue: 0.19 , saturation: 0.69 and the lightness value of dce988 is 0.72.

The process color (four color CMYK) of #dce988 color hex is 0.06, 0.00, 0.42, 0.09. Web safe color of #dce988 is #ccff99. Color #dce988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10001000
Octal 334 351 210
Decimal 220 233 136
Hex DC E9 88

RGB Percentages of Color #dce988

%37.35
%39.56
%23.09

CMYK Percentages of Color #dce988

%6
%0
%42
%9

Triadic Colors of #dce988

#dce988 #88dce9 #e988dc

Analogous Colors of #dce988

#dce988 #ace988 #e9c688

Monochromatic Colors of #dce988

#dce988

Complementary Color

#dce988 #9588e9

#dce988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce988 Color CSS Codes

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

#dce988 Text Font Color

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

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


#dce988 Background Color

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

This div background color is #dce988


#dce988 Border Color

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

This div border color is #dce988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce988


Comments

No comments written yet.

Please login to write comment.