Color Hex Logo

#ffd72d Color Hex

#FFD72D
(255,215,45)
0 Favorites   0 Comments

Color spaces of #ffd72d

RGB 25521545
HSL0.131.000.59
HSV49°82°100°
CMYK 0.000.160.82   0.00
XYZ66.014170.050312.5244
Yxy70.05030.44430.4714
Hunter Lab83.6961-5.678749.7150
CIE-Lab87.0215-1.263380.3571

#ffd72d color RGB value is (255,215,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00101101
Octal 377 327 55
Decimal 255 215 45
Hex FF D7 2D

RGB Percentages of Color #ffd72d

%49.51
%41.75
%8.74

CMYK Percentages of Color #ffd72d

%0
%16
%82
%0

Triadic Colors of #ffd72d

#ffd72d #2dffd7 #d72dff

Analogous Colors of #ffd72d

#ffd72d #beff2d #ff6e2d

Monochromatic Colors of #ffd72d

#ffd72d

Complementary Color

#ffd72d #2d55ff

#ffd72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd72d Color CSS Codes

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

#ffd72d Text Font Color

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

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


#ffd72d Background Color

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

This div background color is #ffd72d


#ffd72d Border Color

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

This div border color is #ffd72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd72d

Related Colors

#ffd72d Color Palettes


Comments

No comments written yet.

Please login to write comment.