Color Hex Logo

#ffd52d Color Hex

#FFD52D
(255,213,45)
0 Favorites   0 Comments

Color spaces of #ffd52d

RGB 25521345
HSL0.131.000.59
HSV48°82°100°
CMYK 0.000.160.82   0.00
XYZ65.507969.038012.3556
Yxy69.03800.44590.4700
Hunter Lab83.0891-4.675649.3458
CIE-Lab86.5229-0.248579.9362

#ffd52d color RGB value is (255,213,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 00101101
Octal 377 325 55
Decimal 255 213 45
Hex FF D5 2D

RGB Percentages of Color #ffd52d

%49.71
%41.52
%8.77

CMYK Percentages of Color #ffd52d

%0
%16
%82
%0

Triadic Colors of #ffd52d

#ffd52d #2dffd5 #d52dff

Analogous Colors of #ffd52d

#ffd52d #c0ff2d #ff6c2d

Monochromatic Colors of #ffd52d

#ffd52d

Complementary Color

#ffd52d #2d57ff

#ffd52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd52d Color CSS Codes

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

#ffd52d Text Font Color

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

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


#ffd52d Background Color

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

This div background color is #ffd52d


#ffd52d Border Color

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

This div border color is #ffd52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd52d


Comments

No comments written yet.

Please login to write comment.