Color Hex Logo

#ffff5f Color Hex

#FFFF5F
(255,255,95)
0 Favorites   0 Comments

Color spaces of #ffff5f

RGB 25525595
HSL0.171.000.69
HSV60°63°100°
CMYK 0.000.000.63   0.00
XYZ79.065693.606224.7271
Yxy93.60620.40050.4742
Hunter Lab96.7503-23.440552.5721
CIE-Lab97.4731-18.868073.6223

#ffff5f color RGB value is (255,255,95).

#ffff5f hex color red value is 255, green value is 255 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ffff5f hue: 0.17 , saturation: 1.00 and the lightness value of ffff5f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 01011111
Octal 377 377 137
Decimal 255 255 95
Hex FF FF 5F

RGB Percentages of Color #ffff5f

%42.15
%42.15
%15.70

CMYK Percentages of Color #ffff5f

%0
%0
%63
%0

Triadic Colors of #ffff5f

#ffff5f #5fffff #ff5fff

Analogous Colors of #ffff5f

#ffff5f #afff5f #ffaf5f

Monochromatic Colors of #ffff5f

#ffff5f

Complementary Color

#ffff5f #5f5fff

#ffff5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffff5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffff5f Color CSS Codes

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

#ffff5f Text Font Color

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

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


#ffff5f Background Color

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

This div background color is #ffff5f


#ffff5f Border Color

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

This div border color is #ffff5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffff5f

Related Colors

#ffff5f Color Palettes


Comments

No comments written yet.

Please login to write comment.