Color Hex Logo

#dce27c Color Hex

#DCE27C
(220,226,124)
0 Favorites   0 Comments

Color spaces of #dce27c

RGB 220226124
HSL0.180.640.69
HSV64°45°89°
CMYK 0.030.000.45   0.11
XYZ60.349671.063629.6047
Yxy71.06360.37480.4413
Hunter Lab84.2992-19.736038.1876
CIE-Lab87.5159-16.439848.9080

#dce27c color RGB value is (220,226,124).

#dce27c hex color red value is 220, green value is 226 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dce27c hue: 0.18 , saturation: 0.64 and the lightness value of dce27c is 0.69.

The process color (four color CMYK) of #dce27c color hex is 0.03, 0.00, 0.45, 0.11. Web safe color of #dce27c is #cccc66. Color #dce27c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 01111100
Octal 334 342 174
Decimal 220 226 124
Hex DC E2 7C

RGB Percentages of Color #dce27c

%38.60
%39.65
%21.75

CMYK Percentages of Color #dce27c

%3
%0
%45
%11

Triadic Colors of #dce27c

#dce27c #7cdce2 #e27cdc

Analogous Colors of #dce27c

#dce27c #a9e27c #e2b57c

Monochromatic Colors of #dce27c

#dce27c

Complementary Color

#dce27c #827ce2

#dce27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce27c Color CSS Codes

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

#dce27c Text Font Color

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

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


#dce27c Background Color

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

This div background color is #dce27c


#dce27c Border Color

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

This div border color is #dce27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce27c


Comments

No comments written yet.

Please login to write comment.