Color Hex Logo

#fff05d Color Hex

#FFF05D
(255,240,93)
0 Favorites   0 Comments

Color spaces of #fff05d

RGB 25524093
HSL0.151.000.68
HSV54°64°100°
CMYK 0.000.060.64   0.00
XYZ74.375984.370522.7210
Yxy84.37050.40990.4649
Hunter Lab91.8534-16.207849.6313
CIE-Lab93.6112-11.709270.3572

#fff05d color RGB value is (255,240,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01011101
Octal 377 360 135
Decimal 255 240 93
Hex FF F0 5D

RGB Percentages of Color #fff05d

%43.37
%40.82
%15.82

CMYK Percentages of Color #fff05d

%0
%6
%64
%0

Triadic Colors of #fff05d

#fff05d #5dfff0 #f05dff

Analogous Colors of #fff05d

#fff05d #bdff5d #ff9f5d

Monochromatic Colors of #fff05d

#fff05d

Complementary Color

#fff05d #5d6cff

#fff05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff05d Color CSS Codes

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

#fff05d Text Font Color

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

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


#fff05d Background Color

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

This div background color is #fff05d


#fff05d Border Color

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

This div border color is #fff05d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,240,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 #fff05d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff05d

#fff05d Color Palettes


Comments

No comments written yet.

Please login to write comment.