Color Hex Logo

#ffdc2e Color Hex

#FFDC2E
(255,220,46)
0 Favorites   0 Comments

Color spaces of #ffdc2e

RGB 25522046
HSL0.141.000.59
HSV50°82°100°
CMYK 0.000.140.82   0.00
XYZ67.326372.643713.0579
Yxy72.64370.44000.4747
Hunter Lab85.2313-8.153150.5783
CIE-Lab88.2775-3.762381.1606

#ffdc2e color RGB value is (255,220,46).

#ffdc2e hex color red value is 255, green value is 220 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ffdc2e hue: 0.14 , saturation: 1.00 and the lightness value of ffdc2e is 0.59.

The process color (four color CMYK) of #ffdc2e color hex is 0.00, 0.14, 0.82, 0.00. Web safe color of #ffdc2e is #ffcc33. Color #ffdc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 00101110
Octal 377 334 56
Decimal 255 220 46
Hex FF DC 2E

RGB Percentages of Color #ffdc2e

%48.94
%42.23
%8.83

CMYK Percentages of Color #ffdc2e

%0
%14
%82
%0

Triadic Colors of #ffdc2e

#ffdc2e #2effdc #dc2eff

Analogous Colors of #ffdc2e

#ffdc2e #baff2e #ff742e

Monochromatic Colors of #ffdc2e

#ffdc2e

Complementary Color

#ffdc2e #2e51ff

#ffdc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc2e Color CSS Codes

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

#ffdc2e Text Font Color

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

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


#ffdc2e Background Color

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

This div background color is #ffdc2e


#ffdc2e Border Color

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

This div border color is #ffdc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc2e


Comments

No comments written yet.

Please login to write comment.