Color Hex Logo

#f7de1f Color Hex

#F7DE1F
(247,222,31)
0 Favorites   0 Comments

Color spaces of #f7de1f

RGB 24722231
HSL0.150.930.55
HSV53°87°97°
CMYK 0.000.100.87   0.03
XYZ64.726472.115611.8046
Yxy72.11560.43540.4851
Hunter Lab84.9209-12.559551.2029
CIE-Lab88.0242-8.483283.9860

#f7de1f color RGB value is (247,222,31).

#f7de1f hex color red value is 247, green value is 222 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f7de1f hue: 0.15 , saturation: 0.93 and the lightness value of f7de1f is 0.55.

The process color (four color CMYK) of #f7de1f color hex is 0.00, 0.10, 0.87, 0.03. Web safe color of #f7de1f is #ffcc33. Color #f7de1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011110 00011111
Octal 367 336 37
Decimal 247 222 31
Hex F7 DE 1F

RGB Percentages of Color #f7de1f

%49.40
%44.40
%6.20

CMYK Percentages of Color #f7de1f

%0
%10
%87
%3

Triadic Colors of #f7de1f

#f7de1f #1ff7de #de1ff7

Analogous Colors of #f7de1f

#f7de1f #a4f71f #f7721f

Monochromatic Colors of #f7de1f

#f7de1f

Complementary Color

#f7de1f #1f38f7

#f7de1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7de1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7de1f Color CSS Codes

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

#f7de1f Text Font Color

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

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


#f7de1f Background Color

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

This div background color is #f7de1f


#f7de1f Border Color

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

This div border color is #f7de1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7de1f


Comments

No comments written yet.

Please login to write comment.