Color Hex Logo

#f8fa4b Color Hex

#F8FA4B
(248,250,75)
0 Favorites   0 Comments

Color spaces of #f8fa4b

RGB 24825075
HSL0.170.950.64
HSV61°70°98°
CMYK 0.010.000.70   0.02
XYZ74.167088.835719.8946
Yxy88.83570.40550.4857
Hunter Lab94.2527-24.481453.4621
CIE-Lab95.5117-20.333078.7722

#f8fa4b color RGB value is (248,250,75).

#f8fa4b hex color red value is 248, green value is 250 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f8fa4b hue: 0.17 , saturation: 0.95 and the lightness value of f8fa4b is 0.64.

The process color (four color CMYK) of #f8fa4b color hex is 0.01, 0.00, 0.70, 0.02. Web safe color of #f8fa4b is #ffff33. Color #f8fa4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111010 01001011
Octal 370 372 113
Decimal 248 250 75
Hex F8 FA 4B

RGB Percentages of Color #f8fa4b

%43.28
%43.63
%13.09

CMYK Percentages of Color #f8fa4b

%1
%0
%70
%2

Triadic Colors of #f8fa4b

#f8fa4b #4bf8fa #fa4bf8

Analogous Colors of #f8fa4b

#f8fa4b #a1fa4b #faa54b

Monochromatic Colors of #f8fa4b

#f8fa4b

Complementary Color

#f8fa4b #4d4bfa

#f8fa4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8fa4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8fa4b Color CSS Codes

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

#f8fa4b Text Font Color

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

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


#f8fa4b Background Color

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

This div background color is #f8fa4b


#f8fa4b Border Color

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

This div border color is #f8fa4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,250,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8fa4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8fa4b;
  -webkit-box-shadow: 1px 1px 3px 2px #f8fa4b;
  box-shadow:         1px 1px 3px 2px #f8fa4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,250,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8fa4b

Related Colors


Comments

No comments written yet.

Please login to write comment.