Color Hex Logo

#dce615 Color Hex

#DCE615
(220,230,21)
0 Favorites   0 Comments

Color spaces of #dce615

RGB 22023021
HSL0.170.830.49
HSV63°91°90°
CMYK 0.040.000.91   0.10
XYZ57.947471.863411.5263
Yxy71.86340.41000.5085
Hunter Lab84.7723-26.335151.2791
CIE-Lab87.9028-23.886884.5321

#dce615 color RGB value is (220,230,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 00010101
Octal 334 346 25
Decimal 220 230 21
Hex DC E6 15

RGB Percentages of Color #dce615

%46.71
%48.83
%4.46

CMYK Percentages of Color #dce615

%4
%0
%91
%10

Triadic Colors of #dce615

#dce615 #15dce6 #e615dc

Analogous Colors of #dce615

#dce615 #74e615 #e68815

Monochromatic Colors of #dce615

#dce615

Complementary Color

#dce615 #1f15e6

#dce615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce615 Color CSS Codes

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

#dce615 Text Font Color

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

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


#dce615 Background Color

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

This div background color is #dce615


#dce615 Border Color

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

This div border color is #dce615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce615


Comments

No comments written yet.

Please login to write comment.