Color Hex Logo

#dce61c Color Hex

#DCE61C
(220,230,28)
0 Favorites   0 Comments

Color spaces of #dce61c

RGB 22023028
HSL0.170.800.51
HSV63°88°90°
CMYK 0.040.000.88   0.10
XYZ58.021671.893111.9173
Yxy71.89310.40910.5069
Hunter Lab84.7898-26.234751.0196
CIE-Lab87.9171-23.767683.4989

#dce61c color RGB value is (220,230,28).

#dce61c hex color red value is 220, green value is 230 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dce61c hue: 0.17 , saturation: 0.80 and the lightness value of dce61c is 0.51.

The process color (four color CMYK) of #dce61c color hex is 0.04, 0.00, 0.88, 0.10. Web safe color of #dce61c is #ccff33. Color #dce61c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00011100
Octal 334 346 34
Decimal 220 230 28
Hex DC E6 1C

RGB Percentages of Color #dce61c

%46.03
%48.12
%5.86

CMYK Percentages of Color #dce61c

%4
%0
%88
%10

Triadic Colors of #dce61c

#dce61c #1cdce6 #e61cdc

Analogous Colors of #dce61c

#dce61c #77e61c #e68b1c

Monochromatic Colors of #dce61c

#dce61c

Complementary Color

#dce61c #261ce6

#dce61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce61c Color CSS Codes

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

#dce61c Text Font Color

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

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


#dce61c Background Color

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

This div background color is #dce61c


#dce61c Border Color

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

This div border color is #dce61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce61c


Comments

No comments written yet.

Please login to write comment.