Color Hex Logo

#ffd047 Color Hex

#FFD047
(255,208,71)
0 Favorites   0 Comments

Color spaces of #ffd047

RGB 25520871
HSL0.121.000.64
HSV45°72°100°
CMYK 0.000.180.72   0.00
XYZ64.933266.826715.4377
Yxy66.82670.44110.4540
Hunter Lab81.7476-1.273446.0266
CIE-Lab85.41643.225570.5670

#ffd047 color RGB value is (255,208,71).

#ffd047 hex color red value is 255, green value is 208 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ffd047 hue: 0.12 , saturation: 1.00 and the lightness value of ffd047 is 0.64.

The process color (four color CMYK) of #ffd047 color hex is 0.00, 0.18, 0.72, 0.00. Web safe color of #ffd047 is #ffcc33. Color #ffd047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 01000111
Octal 377 320 107
Decimal 255 208 71
Hex FF D0 47

RGB Percentages of Color #ffd047

%47.75
%38.95
%13.30

CMYK Percentages of Color #ffd047

%0
%18
%72
%0

Triadic Colors of #ffd047

#ffd047 #47ffd0 #d047ff

Analogous Colors of #ffd047

#ffd047 #d2ff47 #ff7447

Monochromatic Colors of #ffd047

#ffd047

Complementary Color

#ffd047 #4776ff

#ffd047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd047 Color CSS Codes

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

#ffd047 Text Font Color

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

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


#ffd047 Background Color

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

This div background color is #ffd047


#ffd047 Border Color

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

This div border color is #ffd047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd047

Related Colors

#ffd047 Color Palettes


Comments

No comments written yet.

Please login to write comment.