Color Hex Logo

#dce117 Color Hex

#DCE117
(220,225,23)
0 Favorites   0 Comments

Color spaces of #dce117

RGB 22022523
HSL0.170.810.49
HSV61°90°88°
CMYK 0.020.000.90   0.12
XYZ56.595169.127911.1708
Yxy69.12790.41340.5050
Hunter Lab83.1432-23.996650.2343
CIE-Lab86.5673-21.454683.2125

#dce117 color RGB value is (220,225,23).

#dce117 hex color red value is 220, green value is 225 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dce117 hue: 0.17 , saturation: 0.81 and the lightness value of dce117 is 0.49.

The process color (four color CMYK) of #dce117 color hex is 0.02, 0.00, 0.90, 0.12. Web safe color of #dce117 is #cccc00. Color #dce117 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00010111
Octal 334 341 27
Decimal 220 225 23
Hex DC E1 17

RGB Percentages of Color #dce117

%47.01
%48.08
%4.91

CMYK Percentages of Color #dce117

%2
%0
%90
%12

Triadic Colors of #dce117

#dce117 #17dce1 #e117dc

Analogous Colors of #dce117

#dce117 #77e117 #e18117

Monochromatic Colors of #dce117

#dce117

Complementary Color

#dce117 #1c17e1

#dce117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce117 Color CSS Codes

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

#dce117 Text Font Color

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

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


#dce117 Background Color

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

This div background color is #dce117


#dce117 Border Color

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

This div border color is #dce117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce117


Comments

No comments written yet.

Please login to write comment.