Color Hex Logo

#ffd53d Color Hex

#FFD53D
(255,213,61)
0 Favorites   0 Comments

Color spaces of #ffd53d

RGB 25521361
HSL0.131.000.62
HSV47°76°100°
CMYK 0.000.160.76   0.00
XYZ65.876669.185414.2969
Yxy69.18540.44110.4632
Hunter Lab83.1778-4.189548.0334
CIE-Lab86.59580.264375.2354

#ffd53d color RGB value is (255,213,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 00111101
Octal 377 325 75
Decimal 255 213 61
Hex FF D5 3D

RGB Percentages of Color #ffd53d

%48.20
%40.26
%11.53

CMYK Percentages of Color #ffd53d

%0
%16
%76
%0

Triadic Colors of #ffd53d

#ffd53d #3dffd5 #d53dff

Analogous Colors of #ffd53d

#ffd53d #c8ff3d #ff743d

Monochromatic Colors of #ffd53d

#ffd53d

Complementary Color

#ffd53d #3d67ff

#ffd53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd53d Color CSS Codes

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

#ffd53d Text Font Color

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

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


#ffd53d Background Color

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

This div background color is #ffd53d


#ffd53d Border Color

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

This div border color is #ffd53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd53d

Related Colors

#ffd53d Color Palettes


Comments

No comments written yet.

Please login to write comment.