Color Hex Logo

#f7ed82 Color Hex

#F7ED82
(247,237,130)
0 Favorites   0 Comments

Color spaces of #f7ed82

RGB 247237130
HSL0.150.880.74
HSV55°47°97°
CMYK 0.000.040.47   0.03
XYZ72.671281.954233.1077
Yxy81.95420.38710.4365
Hunter Lab90.5286-15.135341.6867
CIE-Lab92.5546-10.702652.6743

#f7ed82 color RGB value is (247,237,130).

#f7ed82 hex color red value is 247, green value is 237 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f7ed82 hue: 0.15 , saturation: 0.88 and the lightness value of f7ed82 is 0.74.

The process color (four color CMYK) of #f7ed82 color hex is 0.00, 0.04, 0.47, 0.03. Web safe color of #f7ed82 is #ffff99. Color #f7ed82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11101101 10000010
Octal 367 355 202
Decimal 247 237 130
Hex F7 ED 82

RGB Percentages of Color #f7ed82

%40.23
%38.60
%21.17

CMYK Percentages of Color #f7ed82

%0
%4
%47
%3

Triadic Colors of #f7ed82

#f7ed82 #82f7ed #ed82f7

Analogous Colors of #f7ed82

#f7ed82 #c7f782 #f7b382

Monochromatic Colors of #f7ed82

#f7ed82

Complementary Color

#f7ed82 #828cf7

#f7ed82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ed82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ed82 Color CSS Codes

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

#f7ed82 Text Font Color

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

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


#f7ed82 Background Color

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

This div background color is #f7ed82


#f7ed82 Border Color

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

This div border color is #f7ed82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7ed82


Comments

No comments written yet.

Please login to write comment.