Color Hex Logo

#ffd82c Color Hex

#FFD82C
(255,216,44)
0 Favorites   0 Comments

Color spaces of #ffd82c

RGB 25521644
HSL0.141.000.59
HSV49°83°100°
CMYK 0.000.150.83   0.00
XYZ66.250570.553612.5093
Yxy70.55360.44370.4725
Hunter Lab83.9962-6.204649.9675
CIE-Lab87.2677-1.796380.8205

#ffd82c color RGB value is (255,216,44).

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

The process color (four color CMYK) of #ffd82c color hex is 0.00, 0.15, 0.83, 0.00. Web safe color of #ffd82c is #ffcc33. Color #ffd82c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 00101100
Octal 377 330 54
Decimal 255 216 44
Hex FF D8 2C

RGB Percentages of Color #ffd82c

%49.51
%41.94
%8.54

CMYK Percentages of Color #ffd82c

%0
%15
%83
%0

Triadic Colors of #ffd82c

#ffd82c #2cffd8 #d82cff

Analogous Colors of #ffd82c

#ffd82c #bdff2c #ff6f2c

Monochromatic Colors of #ffd82c

#ffd82c

Complementary Color

#ffd82c #2c53ff

#ffd82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd82c Color CSS Codes

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

#ffd82c Text Font Color

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

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


#ffd82c Background Color

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

This div background color is #ffd82c


#ffd82c Border Color

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

This div border color is #ffd82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd82c

#ffd82c Color Palettes


Comments

No comments written yet.

Please login to write comment.