Color Hex Logo

#fff95d Color Hex

#FFF95D
(255,249,93)
0 Favorites   0 Comments

Color spaces of #fff95d

RGB 25524993
HSL0.161.000.68
HSV58°64°100°
CMYK 0.000.020.64   0.00
XYZ77.091589.801723.6262
Yxy89.80170.40460.4714
Hunter Lab94.7638-20.624651.5526
CIE-Lab95.9145-16.096472.7734

#fff95d color RGB value is (255,249,93).

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

The process color (four color CMYK) of #fff95d color hex is 0.00, 0.02, 0.64, 0.00. Web safe color of #fff95d is #ffff66. Color #fff95d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 01011101
Octal 377 371 135
Decimal 255 249 93
Hex FF F9 5D

RGB Percentages of Color #fff95d

%42.71
%41.71
%15.58

CMYK Percentages of Color #fff95d

%0
%2
%64
%0

Triadic Colors of #fff95d

#fff95d #5dfff9 #f95dff

Analogous Colors of #fff95d

#fff95d #b4ff5d #ffa85d

Monochromatic Colors of #fff95d

#fff95d

Complementary Color

#fff95d #5d63ff

#fff95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff95d Color CSS Codes

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

#fff95d Text Font Color

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

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


#fff95d Background Color

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

This div background color is #fff95d


#fff95d Border Color

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

This div border color is #fff95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff95d


Comments

No comments written yet.

Please login to write comment.