Color Hex Logo

#ffd72e Color Hex

#FFD72E
(255,215,46)
0 Favorites   0 Comments

Color spaces of #ffd72e

RGB 25521546
HSL0.131.000.59
HSV49°82°100°
CMYK 0.000.160.82   0.00
XYZ66.033670.058112.6270
Yxy70.05810.44400.4711
Hunter Lab83.7007-5.653149.6461
CIE-Lab87.0254-1.236180.0988

#ffd72e color RGB value is (255,215,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00101110
Octal 377 327 56
Decimal 255 215 46
Hex FF D7 2E

RGB Percentages of Color #ffd72e

%49.42
%41.67
%8.91

CMYK Percentages of Color #ffd72e

%0
%16
%82
%0

Triadic Colors of #ffd72e

#ffd72e #2effd7 #d72eff

Analogous Colors of #ffd72e

#ffd72e #bfff2e #ff6f2e

Monochromatic Colors of #ffd72e

#ffd72e

Complementary Color

#ffd72e #2e56ff

#ffd72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd72e Color CSS Codes

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

#ffd72e Text Font Color

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

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


#ffd72e Background Color

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

This div background color is #ffd72e


#ffd72e Border Color

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

This div border color is #ffd72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd72e

Related Colors


Comments

No comments written yet.

Please login to write comment.