Color Hex Logo

#f0fdbf Color Hex

#F0FDBF
(240,253,191)
0 Favorites   0 Comments

Color spaces of #f0fdbf

RGB 240253191
HSL0.200.940.87
HSV73°25°99°
CMYK 0.050.000.25   0.01
XYZ80.464492.537462.9108
Yxy92.53740.34110.3923
Hunter Lab96.1964-19.035528.5628
CIE-Lab97.0396-14.242428.3175

#f0fdbf color RGB value is (240,253,191).

#f0fdbf hex color red value is 240, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f0fdbf hue: 0.20 , saturation: 0.94 and the lightness value of f0fdbf is 0.87.

The process color (four color CMYK) of #f0fdbf color hex is 0.05, 0.00, 0.25, 0.01. Web safe color of #f0fdbf is #ffffcc. Color #f0fdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111101 10111111
Octal 360 375 277
Decimal 240 253 191
Hex F0 FD BF

RGB Percentages of Color #f0fdbf

%35.09
%36.99
%27.92

CMYK Percentages of Color #f0fdbf

%5
%0
%25
%1

Triadic Colors of #f0fdbf

#f0fdbf #bff0fd #fdbff0

Analogous Colors of #f0fdbf

#f0fdbf #d1fdbf #fdebbf

Monochromatic Colors of #f0fdbf

#f0fdbf

Complementary Color

#f0fdbf #ccbffd

#f0fdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fdbf Color CSS Codes

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

#f0fdbf Text Font Color

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

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


#f0fdbf Background Color

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

This div background color is #f0fdbf


#f0fdbf Border Color

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

This div border color is #f0fdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fdbf

Related Colors


Comments

No comments written yet.

Please login to write comment.