Color Hex Logo

#f0fdcd Color Hex

#F0FDCD
(240,253,205)
0 Favorites   0 Comments

Color spaces of #f0fdcd

RGB 240253205
HSL0.210.920.90
HSV76°19°99°
CMYK 0.050.000.19   0.01
XYZ82.079993.183671.4178
Yxy93.18360.33270.3777
Hunter Lab96.5317-17.153623.7072
CIE-Lab97.3021-12.229321.5768

#f0fdcd color RGB value is (240,253,205).

#f0fdcd hex color red value is 240, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f0fdcd hue: 0.21 , saturation: 0.92 and the lightness value of f0fdcd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111101 11001101
Octal 360 375 315
Decimal 240 253 205
Hex F0 FD CD

RGB Percentages of Color #f0fdcd

%34.38
%36.25
%29.37

CMYK Percentages of Color #f0fdcd

%5
%0
%19
%1

Triadic Colors of #f0fdcd

#f0fdcd #cdf0fd #fdcdf0

Analogous Colors of #f0fdcd

#f0fdcd #d8fdcd #fdf2cd

Monochromatic Colors of #f0fdcd

#f0fdcd

Complementary Color

#f0fdcd #dacdfd

#f0fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fdcd Color CSS Codes

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

#f0fdcd Text Font Color

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

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


#f0fdcd Background Color

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

This div background color is #f0fdcd


#f0fdcd Border Color

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

This div border color is #f0fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.