Color Hex Logo

#fffc95 Color Hex

#FFFC95
(255,252,149)
0 Favorites   0 Comments

Color spaces of #fffc95

RGB 255252149
HSL0.161.000.79
HSV58°42°100°
CMYK 0.000.010.42   0.00
XYZ81.475293.050742.1002
Yxy93.05070.37610.4295
Hunter Lab96.4628-18.043741.6474
CIE-Lab97.2482-13.169249.5515

#fffc95 color RGB value is (255,252,149).

#fffc95 hex color red value is 255, green value is 252 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fffc95 hue: 0.16 , saturation: 1.00 and the lightness value of fffc95 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 10010101
Octal 377 374 225
Decimal 255 252 149
Hex FF FC 95

RGB Percentages of Color #fffc95

%38.87
%38.41
%22.71

CMYK Percentages of Color #fffc95

%0
%1
%42
%0

Triadic Colors of #fffc95

#fffc95 #95fffc #fc95ff

Analogous Colors of #fffc95

#fffc95 #cdff95 #ffc795

Monochromatic Colors of #fffc95

#fffc95

Complementary Color

#fffc95 #9598ff

#fffc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc95 Color CSS Codes

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

#fffc95 Text Font Color

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

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


#fffc95 Background Color

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

This div background color is #fffc95


#fffc95 Border Color

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

This div border color is #fffc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc95

Related Colors


Comments

No comments written yet.

Please login to write comment.