Color Hex Logo

#fff298 Color Hex

#FFF298
(255,242,152)
0 Favorites   0 Comments

Color spaces of #fff298

RGB 255242152
HSL0.151.000.80
HSV52°40°100°
CMYK 0.000.050.40   0.00
XYZ78.659687.031342.3587
Yxy87.03130.37810.4183
Hunter Lab93.2906-12.753038.3827
CIE-Lab94.7515-7.943544.9494

#fff298 color RGB value is (255,242,152).

#fff298 hex color red value is 255, green value is 242 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fff298 hue: 0.15 , saturation: 1.00 and the lightness value of fff298 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110010 10011000
Octal 377 362 230
Decimal 255 242 152
Hex FF F2 98

RGB Percentages of Color #fff298

%39.29
%37.29
%23.42

CMYK Percentages of Color #fff298

%0
%5
%40
%0

Triadic Colors of #fff298

#fff298 #98fff2 #f298ff

Analogous Colors of #fff298

#fff298 #d9ff98 #ffbf98

Monochromatic Colors of #fff298

#fff298

Complementary Color

#fff298 #98a5ff

#fff298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff298 Color CSS Codes

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

#fff298 Text Font Color

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

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


#fff298 Background Color

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

This div background color is #fff298


#fff298 Border Color

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

This div border color is #fff298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff298


Comments

No comments written yet.

Please login to write comment.