Color Hex Logo

#fff585 Color Hex

#FFF585
(255,245,133)
0 Favorites   0 Comments

Color spaces of #fff585

RGB 255245133
HSL0.151.000.76
HSV55°48°100°
CMYK 0.000.040.48   0.00
XYZ78.126088.258335.1082
Yxy88.25830.38770.4380
Hunter Lab93.9459-15.963643.6051
CIE-Lab95.2696-11.240354.6993

#fff585 color RGB value is (255,245,133).

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

The process color (four color CMYK) of #fff585 color hex is 0.00, 0.04, 0.48, 0.00. Web safe color of #fff585 is #ffff99. Color #fff585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110101 10000101
Octal 377 365 205
Decimal 255 245 133
Hex FF F5 85

RGB Percentages of Color #fff585

%40.28
%38.70
%21.01

CMYK Percentages of Color #fff585

%0
%4
%48
%0

Triadic Colors of #fff585

#fff585 #85fff5 #f585ff

Analogous Colors of #fff585

#fff585 #ccff85 #ffb885

Monochromatic Colors of #fff585

#fff585

Complementary Color

#fff585 #858fff

#fff585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff585 Color CSS Codes

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

#fff585 Text Font Color

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

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


#fff585 Background Color

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

This div background color is #fff585


#fff585 Border Color

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

This div border color is #fff585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff585

Related Colors


Comments

No comments written yet.

Please login to write comment.