Color Hex Logo

#ffd72f Color Hex

#FFD72F
(255,215,47)
1 Favorites   0 Comments

Color spaces of #ffd72f

RGB 25521547
HSL0.131.000.59
HSV48°82°100°
CMYK 0.000.160.82   0.00
XYZ66.053570.066112.7320
Yxy70.06610.44380.4707
Hunter Lab83.7055-5.627149.5756
CIE-Lab87.0293-1.208679.8359

#ffd72f color RGB value is (255,215,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00101111
Octal 377 327 57
Decimal 255 215 47
Hex FF D7 2F

RGB Percentages of Color #ffd72f

%49.32
%41.59
%9.09

CMYK Percentages of Color #ffd72f

%0
%16
%82
%0

Triadic Colors of #ffd72f

#ffd72f #2fffd7 #d72fff

Analogous Colors of #ffd72f

#ffd72f #bfff2f #ff6f2f

Monochromatic Colors of #ffd72f

#ffd72f

Complementary Color

#ffd72f #2f57ff

#ffd72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd72f Color CSS Codes

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

#ffd72f Text Font Color

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

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


#ffd72f Background Color

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

This div background color is #ffd72f


#ffd72f Border Color

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

This div border color is #ffd72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd72f

Related Colors

#ffd72f Color Palettes


Comments

No comments written yet.

Please login to write comment.