Color Hex Logo

#dce186 Color Hex

#DCE186
(220,225,134)
0 Favorites   0 Comments

Color spaces of #dce186

RGB 220225134
HSL0.180.600.70
HSV63°40°88°
CMYK 0.020.000.40   0.12
XYZ60.743570.787333.0160
Yxy70.78730.36920.4302
Hunter Lab84.1352-18.364035.6283
CIE-Lab87.3816-14.927843.8795

#dce186 color RGB value is (220,225,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 10000110
Octal 334 341 206
Decimal 220 225 134
Hex DC E1 86

RGB Percentages of Color #dce186

%38.00
%38.86
%23.14

CMYK Percentages of Color #dce186

%2
%0
%40
%12

Triadic Colors of #dce186

#dce186 #86dce1 #e186dc

Analogous Colors of #dce186

#dce186 #afe186 #e1b986

Monochromatic Colors of #dce186

#dce186

Complementary Color

#dce186 #8b86e1

#dce186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce186 Color CSS Codes

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

#dce186 Text Font Color

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

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


#dce186 Background Color

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

This div background color is #dce186


#dce186 Border Color

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

This div border color is #dce186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce186


Comments

No comments written yet.

Please login to write comment.