Color Hex Logo

#ffd82e Color Hex

#FFD82E
(255,216,46)
0 Favorites   0 Comments

Color spaces of #ffd82e

RGB 25521646
HSL0.141.000.59
HSV49°82°100°
CMYK 0.000.150.82   0.00
XYZ66.289070.569012.7121
Yxy70.56900.44320.4718
Hunter Lab84.0054-6.154249.8317
CIE-Lab87.2752-1.742880.3109

#ffd82e color RGB value is (255,216,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 00101110
Octal 377 330 56
Decimal 255 216 46
Hex FF D8 2E

RGB Percentages of Color #ffd82e

%49.32
%41.78
%8.90

CMYK Percentages of Color #ffd82e

%0
%15
%82
%0

Triadic Colors of #ffd82e

#ffd82e #2effd8 #d82eff

Analogous Colors of #ffd82e

#ffd82e #beff2e #ff702e

Monochromatic Colors of #ffd82e

#ffd82e

Complementary Color

#ffd82e #2e55ff

#ffd82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd82e Color CSS Codes

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

#ffd82e Text Font Color

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

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


#ffd82e Background Color

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

This div background color is #ffd82e


#ffd82e Border Color

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

This div border color is #ffd82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd82e

Related Colors


Comments

No comments written yet.

Please login to write comment.