Color Hex Logo

#dce383 Color Hex

#DCE383
(220,227,131)
0 Favorites   0 Comments

Color spaces of #dce383

RGB 220227131
HSL0.180.630.70
HSV64°42°89°
CMYK 0.030.000.42   0.11
XYZ61.081071.792532.1108
Yxy71.79250.37020.4351
Hunter Lab84.7305-19.600136.8418
CIE-Lab87.8686-16.231045.9586

#dce383 color RGB value is (220,227,131).

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

The process color (four color CMYK) of #dce383 color hex is 0.03, 0.00, 0.42, 0.11. Web safe color of #dce383 is #cccc99. Color #dce383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 10000011
Octal 334 343 203
Decimal 220 227 131
Hex DC E3 83

RGB Percentages of Color #dce383

%38.06
%39.27
%22.66

CMYK Percentages of Color #dce383

%3
%0
%42
%11

Triadic Colors of #dce383

#dce383 #83dce3 #e383dc

Analogous Colors of #dce383

#dce383 #ace383 #e3ba83

Monochromatic Colors of #dce383

#dce383

Complementary Color

#dce383 #8a83e3

#dce383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce383 Color CSS Codes

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

#dce383 Text Font Color

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

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


#dce383 Background Color

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

This div background color is #dce383


#dce383 Border Color

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

This div border color is #dce383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce383


Comments

No comments written yet.

Please login to write comment.