Color Hex Logo

#dce618 Color Hex

#DCE618
(220,230,24)
0 Favorites   0 Comments

Color spaces of #dce618

RGB 22023024
HSL0.170.810.50
HSV63°90°90°
CMYK 0.040.000.90   0.10
XYZ57.976971.875211.6818
Yxy71.87520.40960.5078
Hunter Lab84.7792-26.295251.1759
CIE-Lab87.9085-23.839484.1184

#dce618 color RGB value is (220,230,24).

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

The process color (four color CMYK) of #dce618 color hex is 0.04, 0.00, 0.90, 0.10. Web safe color of #dce618 is #ccff00. Color #dce618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00011000
Octal 334 346 30
Decimal 220 230 24
Hex DC E6 18

RGB Percentages of Color #dce618

%46.41
%48.52
%5.06

CMYK Percentages of Color #dce618

%4
%0
%90
%10

Triadic Colors of #dce618

#dce618 #18dce6 #e618dc

Analogous Colors of #dce618

#dce618 #75e618 #e68918

Monochromatic Colors of #dce618

#dce618

Complementary Color

#dce618 #2218e6

#dce618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce618 Color CSS Codes

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

#dce618 Text Font Color

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

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


#dce618 Background Color

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

This div background color is #dce618


#dce618 Border Color

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

This div border color is #dce618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce618


Comments

No comments written yet.

Please login to write comment.