Color Hex Logo

#dce353 Color Hex

#DCE353
(220,227,83)
0 Favorites   0 Comments

Color spaces of #dce353

RGB 22022783
HSL0.170.720.61
HSV63°63°89°
CMYK 0.030.000.63   0.11
XYZ58.545670.778318.7595
Yxy70.77830.39540.4780
Hunter Lab84.1298-23.009845.6702
CIE-Lab87.3772-20.167366.9480

#dce353 color RGB value is (220,227,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 01010011
Octal 334 343 123
Decimal 220 227 83
Hex DC E3 53

RGB Percentages of Color #dce353

%41.51
%42.83
%15.66

CMYK Percentages of Color #dce353

%3
%0
%63
%11

Triadic Colors of #dce353

#dce353 #53dce3 #e353dc

Analogous Colors of #dce353

#dce353 #94e353 #e3a253

Monochromatic Colors of #dce353

#dce353

Complementary Color

#dce353 #5a53e3

#dce353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce353 Color CSS Codes

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

#dce353 Text Font Color

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

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


#dce353 Background Color

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

This div background color is #dce353


#dce353 Border Color

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

This div border color is #dce353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce353


Comments

No comments written yet.

Please login to write comment.