Color Hex Logo

#f0fbe1 Color Hex

#F0FBE1
(240,251,225)
0 Favorites   0 Comments

Color spaces of #f0fbe1

RGB 240251225
HSL0.240.760.93
HSV85°10°98°
CMYK 0.040.000.10   0.02
XYZ84.023092.955984.7480
Yxy92.95590.32100.3552
Hunter Lab96.4136-13.163915.3734
CIE-Lab97.2097-8.103211.2165

#f0fbe1 color RGB value is (240,251,225).

#f0fbe1 hex color red value is 240, green value is 251 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #f0fbe1 hue: 0.24 , saturation: 0.76 and the lightness value of f0fbe1 is 0.93.

The process color (four color CMYK) of #f0fbe1 color hex is 0.04, 0.00, 0.10, 0.02. Web safe color of #f0fbe1 is #ffffcc. Color #f0fbe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111011 11100001
Octal 360 373 341
Decimal 240 251 225
Hex F0 FB E1

RGB Percentages of Color #f0fbe1

%33.52
%35.06
%31.42

CMYK Percentages of Color #f0fbe1

%4
%0
%10
%2

Triadic Colors of #f0fbe1

#f0fbe1 #e1f0fb #fbe1f0

Analogous Colors of #f0fbe1

#f0fbe1 #e3fbe1 #fbf9e1

Monochromatic Colors of #f0fbe1

#f0fbe1

Complementary Color

#f0fbe1 #ece1fb

#f0fbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fbe1 Color CSS Codes

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

#f0fbe1 Text Font Color

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

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


#f0fbe1 Background Color

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

This div background color is #f0fbe1


#f0fbe1 Border Color

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

This div border color is #f0fbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fbe1

Related Colors


Comments

No comments written yet.

Please login to write comment.