Color Hex Logo

#dce355 Color Hex

#DCE355
(220,227,85)
0 Favorites   0 Comments

Color spaces of #dce355

RGB 22022785
HSL0.170.720.61
HSV63°63°89°
CMYK 0.030.000.63   0.11
XYZ58.624070.809719.1722
Yxy70.80970.39450.4765
Hunter Lab84.1485-22.903745.3955
CIE-Lab87.3925-20.043466.1642

#dce355 color RGB value is (220,227,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 01010101
Octal 334 343 125
Decimal 220 227 85
Hex DC E3 55

RGB Percentages of Color #dce355

%41.35
%42.67
%15.98

CMYK Percentages of Color #dce355

%3
%0
%63
%11

Triadic Colors of #dce355

#dce355 #55dce3 #e355dc

Analogous Colors of #dce355

#dce355 #95e355 #e3a355

Monochromatic Colors of #dce355

#dce355

Complementary Color

#dce355 #5c55e3

#dce355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce355 Color CSS Codes

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

#dce355 Text Font Color

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

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


#dce355 Background Color

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

This div background color is #dce355


#dce355 Border Color

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

This div border color is #dce355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce355


Comments

No comments written yet.

Please login to write comment.