Color Hex Logo

#fff055 Color Hex

#FFF055
(255,240,85)
0 Favorites   0 Comments

Color spaces of #fff055

RGB 25524085
HSL0.151.000.67
HSV55°67°100°
CMYK 0.000.060.67   0.00
XYZ74.039884.236120.9512
Yxy84.23610.41310.4700
Hunter Lab91.7802-16.618150.7117
CIE-Lab93.5529-12.153373.4205

#fff055 color RGB value is (255,240,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01010101
Octal 377 360 125
Decimal 255 240 85
Hex FF F0 55

RGB Percentages of Color #fff055

%43.97
%41.38
%14.66

CMYK Percentages of Color #fff055

%0
%6
%67
%0

Triadic Colors of #fff055

#fff055 #55fff0 #f055ff

Analogous Colors of #fff055

#fff055 #b9ff55 #ff9b55

Monochromatic Colors of #fff055

#fff055

Complementary Color

#fff055 #5564ff

#fff055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff055 Color CSS Codes

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

#fff055 Text Font Color

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

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


#fff055 Background Color

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

This div background color is #fff055


#fff055 Border Color

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

This div border color is #fff055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff055

Related Colors

#fff055 Color Palettes


Comments

No comments written yet.

Please login to write comment.