Color Hex Logo

#dce38d Color Hex

#DCE38D
(220,227,141)
0 Favorites   0 Comments

Color spaces of #dce38d

RGB 220227141
HSL0.180.610.72
HSV65°38°89°
CMYK 0.030.000.38   0.11
XYZ61.792072.076935.8548
Yxy72.07690.36410.4247
Hunter Lab84.8981-18.652834.3889
CIE-Lab88.0056-15.153741.2098

#dce38d color RGB value is (220,227,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 10001101
Octal 334 343 215
Decimal 220 227 141
Hex DC E3 8D

RGB Percentages of Color #dce38d

%37.41
%38.61
%23.98

CMYK Percentages of Color #dce38d

%3
%0
%38
%11

Triadic Colors of #dce38d

#dce38d #8ddce3 #e38ddc

Analogous Colors of #dce38d

#dce38d #b1e38d #e3bf8d

Monochromatic Colors of #dce38d

#dce38d

Complementary Color

#dce38d #948de3

#dce38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce38d Color CSS Codes

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

#dce38d Text Font Color

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

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


#dce38d Background Color

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

This div background color is #dce38d


#dce38d Border Color

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

This div border color is #dce38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce38d


Comments

No comments written yet.

Please login to write comment.