Color Hex Logo

#f5f292 Color Hex

#F5F292
(245,242,146)
0 Favorites   0 Comments

Color spaces of #f5f292

RGB 245242146
HSL0.160.830.77
HSV58°40°96°
CMYK 0.000.010.40   0.04
XYZ74.596684.992139.6676
Yxy84.99210.37440.4265
Hunter Lab92.1912-16.901039.0228
CIE-Lab93.8797-12.411446.6060

#f5f292 color RGB value is (245,242,146).

#f5f292 hex color red value is 245, green value is 242 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f5f292 hue: 0.16 , saturation: 0.83 and the lightness value of f5f292 is 0.77.

The process color (four color CMYK) of #f5f292 color hex is 0.00, 0.01, 0.40, 0.04. Web safe color of #f5f292 is #ffff99. Color #f5f292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11110010 10010010
Octal 365 362 222
Decimal 245 242 146
Hex F5 F2 92

RGB Percentages of Color #f5f292

%38.70
%38.23
%23.06

CMYK Percentages of Color #f5f292

%0
%1
%40
%4

Triadic Colors of #f5f292

#f5f292 #92f5f2 #f292f5

Analogous Colors of #f5f292

#f5f292 #c7f592 #f5c192

Monochromatic Colors of #f5f292

#f5f292

Complementary Color

#f5f292 #9295f5

#f5f292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5f292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5f292 Color CSS Codes

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

#f5f292 Text Font Color

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

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


#f5f292 Background Color

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

This div background color is #f5f292


#f5f292 Border Color

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

This div border color is #f5f292


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,242,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5f292; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5f292;
  -webkit-box-shadow: 1px 1px 3px 2px #f5f292;
  box-shadow:         1px 1px 3px 2px #f5f292; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,242,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5f292


Comments

No comments written yet.

Please login to write comment.