Color Hex Logo

#dce188 Color Hex

#DCE188
(220,225,136)
0 Favorites   0 Comments

Color spaces of #dce188

RGB 220225136
HSL0.180.600.71
HSV63°40°88°
CMYK 0.020.000.40   0.12
XYZ60.884370.843633.7578
Yxy70.84360.36790.4281
Hunter Lab84.1686-18.175235.1384
CIE-Lab87.4090-14.713442.9279

#dce188 color RGB value is (220,225,136).

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

The process color (four color CMYK) of #dce188 color hex is 0.02, 0.00, 0.40, 0.12. Web safe color of #dce188 is #cccc99. Color #dce188 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 10001000
Octal 334 341 210
Decimal 220 225 136
Hex DC E1 88

RGB Percentages of Color #dce188

%37.87
%38.73
%23.41

CMYK Percentages of Color #dce188

%2
%0
%40
%12

Triadic Colors of #dce188

#dce188 #88dce1 #e188dc

Analogous Colors of #dce188

#dce188 #b0e188 #e1ba88

Monochromatic Colors of #dce188

#dce188

Complementary Color

#dce188 #8d88e1

#dce188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce188 Color CSS Codes

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

#dce188 Text Font Color

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

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


#dce188 Background Color

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

This div background color is #dce188


#dce188 Border Color

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

This div border color is #dce188


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,225,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 #dce188">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce188


Comments

No comments written yet.

Please login to write comment.