Color Hex Logo

#fff278 Color Hex

#FFF278
(255,242,120)
0 Favorites   0 Comments

Color spaces of #fff278

RGB 255242120
HSL0.151.000.74
HSV54°53°100°
CMYK 0.000.050.53   0.00
XYZ76.382386.120330.3664
Yxy86.12030.39600.4465
Hunter Lab92.8010-15.482745.5598
CIE-Lab94.3638-10.846759.6128

#fff278 color RGB value is (255,242,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110010 01111000
Octal 377 362 170
Decimal 255 242 120
Hex FF F2 78

RGB Percentages of Color #fff278

%41.33
%39.22
%19.45

CMYK Percentages of Color #fff278

%0
%5
%53
%0

Triadic Colors of #fff278

#fff278 #78fff2 #f278ff

Analogous Colors of #fff278

#fff278 #c9ff78 #ffaf78

Monochromatic Colors of #fff278

#fff278

Complementary Color

#fff278 #7885ff

#fff278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff278 Color CSS Codes

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

#fff278 Text Font Color

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

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


#fff278 Background Color

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

This div background color is #fff278


#fff278 Border Color

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

This div border color is #fff278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff278

#fff278 Color Palettes


Comments

No comments written yet.

Please login to write comment.