color codes Logo

#dce41f color codes

#DCE41F
(220,228,31)
0 Favorites   0 Comments

Color spaces of #dce41f

RGB 22022831
HSL0.170.780.51
HSV62°86°89°
CMYK 0.040.000.86   0.11
XYZ57.505970.801411.9315
Yxy70.80140.41010.5049
Hunter Lab84.1436-25.259750.4932
CIE-Lab87.3884-22.749282.5494

#dce41f color RGB value is (220,228,31).

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

The process color (four color CMYK) of #dce41f color code is 0.04, 0.00, 0.86, 0.11. Web safe color of #dce41f is #cccc33. Color #dce41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 00011111
Octal 334 344 37
Decimal 220 228 31
Hex DC E4 1F

RGB Percentages of Color #dce41f

%45.93
%47.60
%6.47

CMYK Percentages of Color #dce41f

%4
%0
%86
%11

Triadic Colors of #dce41f

#dce41f #1fdce4 #e41fdc

Analogous Colors of #dce41f

#dce41f #7ae41f #e48a1f

Monochromatic Colors of #dce41f

#dce41f

Complementary Color

#dce41f #271fe4

#dce41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce41f Color CSS Codes

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

#dce41f Text Font Color

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

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


#dce41f Background Color

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

This div background color is #dce41f


#dce41f Border Color

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

This div border color is #dce41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce41f


Comments

No comments written yet.

Please login to write comment.