Color Hex Logo

#f7d555 Color Hex

#F7D555
(247,213,85)
0 Favorites   0 Comments

Color spaces of #f7d555

RGB 24721385
HSL0.130.910.65
HSV47°66°97°
CMYK 0.000.140.66   0.03
XYZ63.791768.018518.3610
Yxy68.01850.42480.4529
Hunter Lab82.4733-6.261644.5316
CIE-Lab86.0157-1.953665.3943

#f7d555 color RGB value is (247,213,85).

#f7d555 hex color red value is 247, green value is 213 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f7d555 hue: 0.13 , saturation: 0.91 and the lightness value of f7d555 is 0.65.

The process color (four color CMYK) of #f7d555 color hex is 0.00, 0.14, 0.66, 0.03. Web safe color of #f7d555 is #ffcc66. Color #f7d555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11010101 01010101
Octal 367 325 125
Decimal 247 213 85
Hex F7 D5 55

RGB Percentages of Color #f7d555

%45.32
%39.08
%15.60

CMYK Percentages of Color #f7d555

%0
%14
%66
%3

Triadic Colors of #f7d555

#f7d555 #55f7d5 #d555f7

Analogous Colors of #f7d555

#f7d555 #c8f755 #f78455

Monochromatic Colors of #f7d555

#f7d555

Complementary Color

#f7d555 #5577f7

#f7d555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7d555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7d555 Color CSS Codes

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

#f7d555 Text Font Color

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

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


#f7d555 Background Color

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

This div background color is #f7d555


#f7d555 Border Color

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

This div border color is #f7d555


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,213,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7d555; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7d555;
  -webkit-box-shadow: 1px 1px 3px 2px #f7d555;
  box-shadow:         1px 1px 3px 2px #f7d555; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,213,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7d555

#f7d555 Color Palettes


Comments

No comments written yet.

Please login to write comment.