Color Hex Logo

#f0fcdf Color Hex

#F0FCDF
(240,252,223)
0 Favorites   0 Comments

Color spaces of #f0fcdf

RGB 240252223
HSL0.240.830.93
HSV85°12°99°
CMYK 0.050.000.12   0.01
XYZ84.064993.473883.4236
Yxy93.47380.32210.3582
Hunter Lab96.6818-13.987416.5179
CIE-Lab97.4196-8.928012.5418

#f0fcdf color RGB value is (240,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111100 11011111
Octal 360 374 337
Decimal 240 252 223
Hex F0 FC DF

RGB Percentages of Color #f0fcdf

%33.57
%35.24
%31.19

CMYK Percentages of Color #f0fcdf

%5
%0
%12
%1

Triadic Colors of #f0fcdf

#f0fcdf #dff0fc #fcdff0

Analogous Colors of #f0fcdf

#f0fcdf #e2fcdf #fcfadf

Monochromatic Colors of #f0fcdf

#f0fcdf

Complementary Color

#f0fcdf #ebdffc

#f0fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fcdf Color CSS Codes

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

#f0fcdf Text Font Color

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

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


#f0fcdf Background Color

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

This div background color is #f0fcdf


#f0fcdf Border Color

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

This div border color is #f0fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.