Color Hex Logo

#dce31f Color Hex

#DCE31F
(220,227,31)
0 Favorites   0 Comments

Color spaces of #dce31f

RGB 22022731
HSL0.170.780.51
HSV62°86°89°
CMYK 0.030.000.86   0.11
XYZ57.231670.252711.8400
Yxy70.25270.41080.5042
Hunter Lab83.8169-24.796750.2965
CIE-Lab87.1207-22.268582.3330

#dce31f color RGB value is (220,227,31).

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

The process color (four color CMYK) of #dce31f color hex is 0.03, 0.00, 0.86, 0.11. Web safe color of #dce31f is #cccc33. Color #dce31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 00011111
Octal 334 343 37
Decimal 220 227 31
Hex DC E3 1F

RGB Percentages of Color #dce31f

%46.03
%47.49
%6.49

CMYK Percentages of Color #dce31f

%3
%0
%86
%11

Triadic Colors of #dce31f

#dce31f #1fdce3 #e31fdc

Analogous Colors of #dce31f

#dce31f #7ae31f #e3881f

Monochromatic Colors of #dce31f

#dce31f

Complementary Color

#dce31f #261fe3

#dce31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce31f Color CSS Codes

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

#dce31f Text Font Color

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

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


#dce31f Background Color

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

This div background color is #dce31f


#dce31f Border Color

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

This div border color is #dce31f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,227,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 #dce31f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce31f


Comments

No comments written yet.

Please login to write comment.