Color Hex Logo

#fffff0 Color Hex Ivory1

#FFFFF0
(255,255,240)
86 Favorites   1 Comments

Color spaces of #fffff0 Ivory1

RGB 255255240
HSL0.171.000.97
HSV60°100°
CMYK 0.000.000.06   0.00
XYZ92.728299.071396.6734
Yxy99.07130.32140.3434
Hunter Lab99.5346-7.891712.0885
CIE-Lab99.6398-2.54697.1529

#fffff0 color RGB value is (255,255,240). #fffff0 color name is Ivory1 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 11110000
Octal 377 377 360
Decimal 255 255 240
Hex FF FF F0

RGB Percentages of Color #fffff0

%34.00
%34.00
%32.00

CMYK Percentages of Color #fffff0

%0
%0
%6
%0

Triadic Colors of #fffff0

#fffff0 #f0ffff #fff0ff

Analogous Colors of #fffff0

#fffff0 #f8fff0 #fff8f0

Monochromatic Colors of #fffff0

#fffff0

Complementary Color

#fffff0 #f0f0ff

#fffff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffff0 Color CSS Codes

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

#fffff0 Text Font Color

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

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


#fffff0 Background Color

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

This div background color is #fffff0


#fffff0 Border Color

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

This div border color is #fffff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffff0

Related Colors


Comments

21 Feb 2023, 15:13 neon_orange_lover

No comments?

Please login to write comment.