Color Hex Logo

#dce017 Color Hex

#DCE017
(220,224,23)
0 Favorites   0 Comments

Color spaces of #dce017

RGB 22022423
HSL0.170.810.48
HSV61°90°88°
CMYK 0.020.000.90   0.12
XYZ56.325568.588811.0809
Yxy68.58880.41420.5043
Hunter Lab82.8184-23.532750.0400
CIE-Lab86.3000-20.971383.0034

#dce017 color RGB value is (220,224,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 00010111
Octal 334 340 27
Decimal 220 224 23
Hex DC E0 17

RGB Percentages of Color #dce017

%47.11
%47.97
%4.93

CMYK Percentages of Color #dce017

%2
%0
%90
%12

Triadic Colors of #dce017

#dce017 #17dce0 #e017dc

Analogous Colors of #dce017

#dce017 #78e017 #e08017

Monochromatic Colors of #dce017

#dce017

Complementary Color

#dce017 #1b17e0

#dce017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce017 Color CSS Codes

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

#dce017 Text Font Color

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

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


#dce017 Background Color

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

This div background color is #dce017


#dce017 Border Color

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

This div border color is #dce017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,224,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 #dce017">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce017


Comments

No comments written yet.

Please login to write comment.