Color Hex Logo

#dce182 Color Hex

#DCE182
(220,225,130)
0 Favorites   0 Comments

Color spaces of #dce182

RGB 220225130
HSL0.180.610.70
HSV63°42°88°
CMYK 0.020.000.42   0.12
XYZ60.469770.677831.5742
Yxy70.67780.37160.4343
Hunter Lab84.0701-18.731736.5815
CIE-Lab87.3282-15.346045.7726

#dce182 color RGB value is (220,225,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 10000010
Octal 334 341 202
Decimal 220 225 130
Hex DC E1 82

RGB Percentages of Color #dce182

%38.26
%39.13
%22.61

CMYK Percentages of Color #dce182

%2
%0
%42
%12

Triadic Colors of #dce182

#dce182 #82dce1 #e182dc

Analogous Colors of #dce182

#dce182 #ade182 #e1b782

Monochromatic Colors of #dce182

#dce182

Complementary Color

#dce182 #8782e1

#dce182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce182 Color CSS Codes

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

#dce182 Text Font Color

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

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


#dce182 Background Color

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

This div background color is #dce182


#dce182 Border Color

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

This div border color is #dce182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce182


Comments

No comments written yet.

Please login to write comment.