Color Hex Logo

#ffd53e Color Hex

#FFD53E
(255,213,62)
0 Favorites   0 Comments

Color spaces of #ffd53e

RGB 25521362
HSL0.131.000.62
HSV47°76°100°
CMYK 0.000.160.76   0.00
XYZ65.903869.196314.4401
Yxy69.19630.44070.4627
Hunter Lab83.1843-4.153747.9368
CIE-Lab86.60120.301974.9064

#ffd53e color RGB value is (255,213,62).

#ffd53e hex color red value is 255, green value is 213 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ffd53e hue: 0.13 , saturation: 1.00 and the lightness value of ffd53e is 0.62.

The process color (four color CMYK) of #ffd53e color hex is 0.00, 0.16, 0.76, 0.00. Web safe color of #ffd53e is #ffcc33. Color #ffd53e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 00111110
Octal 377 325 76
Decimal 255 213 62
Hex FF D5 3E

RGB Percentages of Color #ffd53e

%48.11
%40.19
%11.70

CMYK Percentages of Color #ffd53e

%0
%16
%76
%0

Triadic Colors of #ffd53e

#ffd53e #3effd5 #d53eff

Analogous Colors of #ffd53e

#ffd53e #c9ff3e #ff753e

Monochromatic Colors of #ffd53e

#ffd53e

Complementary Color

#ffd53e #3e68ff

#ffd53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd53e Color CSS Codes

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

#ffd53e Text Font Color

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

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


#ffd53e Background Color

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

This div background color is #ffd53e


#ffd53e Border Color

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

This div border color is #ffd53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd53e


Comments

No comments written yet.

Please login to write comment.