Color Hex Logo

#f5fcde Color Hex

#F5FCDE
(245,252,222)
0 Favorites   0 Comments

Color spaces of #f5fcde

RGB 245252222
HSL0.210.830.93
HSV74°12°99°
CMYK 0.030.000.12   0.01
XYZ85.651494.307282.7960
Yxy94.30720.32600.3589
Hunter Lab97.1119-12.511217.4286
CIE-Lab97.7556-7.376213.5813

#f5fcde color RGB value is (245,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111100 11011110
Octal 365 374 336
Decimal 245 252 222
Hex F5 FC DE

RGB Percentages of Color #f5fcde

%34.08
%35.05
%30.88

CMYK Percentages of Color #f5fcde

%3
%0
%12
%1

Triadic Colors of #f5fcde

#f5fcde #def5fc #fcdef5

Analogous Colors of #f5fcde

#f5fcde #e6fcde #fcf4de

Monochromatic Colors of #f5fcde

#f5fcde

Complementary Color

#f5fcde #e5defc

#f5fcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fcde Color CSS Codes

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

#f5fcde Text Font Color

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

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


#f5fcde Background Color

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

This div background color is #f5fcde


#f5fcde Border Color

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

This div border color is #f5fcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fcde

Related Colors


Comments

No comments written yet.

Please login to write comment.