Color Hex Logo

#ffd247 Color Hex

#FFD247
(255,210,71)
0 Favorites   0 Comments

Color spaces of #ffd247

RGB 25521071
HSL0.131.000.64
HSV45°72°100°
CMYK 0.000.180.72   0.00
XYZ65.423967.808115.6013
Yxy67.80810.43960.4556
Hunter Lab82.3457-2.286146.4088
CIE-Lab85.91042.202571.0517

#ffd247 color RGB value is (255,210,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01000111
Octal 377 322 107
Decimal 255 210 71
Hex FF D2 47

RGB Percentages of Color #ffd247

%47.57
%39.18
%13.25

CMYK Percentages of Color #ffd247

%0
%18
%72
%0

Triadic Colors of #ffd247

#ffd247 #47ffd2 #d247ff

Analogous Colors of #ffd247

#ffd247 #d0ff47 #ff7647

Monochromatic Colors of #ffd247

#ffd247

Complementary Color

#ffd247 #4774ff

#ffd247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd247 Color CSS Codes

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

#ffd247 Text Font Color

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

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


#ffd247 Background Color

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

This div background color is #ffd247


#ffd247 Border Color

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

This div border color is #ffd247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd247

Related Colors

#ffd247 Color Palettes


Comments

No comments written yet.

Please login to write comment.