color codes Logo

#dce50f color codes

#DCE50F
(220,229,15)
0 Favorites   0 Comments

Color spaces of #dce50f

RGB 22022915
HSL0.170.880.48
HSV63°93°90°
CMYK 0.040.000.93   0.10
XYZ57.620771.288811.1751
Yxy71.28880.41130.5089
Hunter Lab84.4327-25.940751.2556
CIE-Lab87.6251-23.488385.0242

#dce50f color RGB value is (220,229,15).

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

The process color (four color CMYK) of #dce50f color code is 0.04, 0.00, 0.93, 0.10. Web safe color of #dce50f is #cccc00. Color #dce50f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 00001111
Octal 334 345 17
Decimal 220 229 15
Hex DC E5 F

RGB Percentages of Color #dce50f

%47.41
%49.35
%3.23

CMYK Percentages of Color #dce50f

%4
%0
%93
%10

Triadic Colors of #dce50f

#dce50f #0fdce5 #e50fdc

Analogous Colors of #dce50f

#dce50f #71e50f #e5830f

Monochromatic Colors of #dce50f

#dce50f

Complementary Color

#dce50f #180fe5

#dce50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce50f Color CSS Codes

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

#dce50f Text Font Color

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

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


#dce50f Background Color

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

This div background color is #dce50f


#dce50f Border Color

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

This div border color is #dce50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce50f


Comments

No comments written yet.

Please login to write comment.