Color Hex Logo

#f5fcdb Color Hex

#F5FCDB
(245,252,219)
0 Favorites   0 Comments

Color spaces of #f5fcdb

RGB 245252219
HSL0.200.850.92
HSV73°13°99°
CMYK 0.030.000.13   0.01
XYZ85.252894.147880.6969
Yxy94.14780.32780.3620
Hunter Lab97.0298-12.967618.6111
CIE-Lab97.6915-7.850115.0267

#f5fcdb color RGB value is (245,252,219).

#f5fcdb hex color red value is 245, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f5fcdb hue: 0.20 , saturation: 0.85 and the lightness value of f5fcdb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111100 11011011
Octal 365 374 333
Decimal 245 252 219
Hex F5 FC DB

RGB Percentages of Color #f5fcdb

%34.22
%35.20
%30.59

CMYK Percentages of Color #f5fcdb

%3
%0
%13
%1

Triadic Colors of #f5fcdb

#f5fcdb #dbf5fc #fcdbf5

Analogous Colors of #f5fcdb

#f5fcdb #e5fcdb #fcf3db

Monochromatic Colors of #f5fcdb

#f5fcdb

Complementary Color

#f5fcdb #e2dbfc

#f5fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fcdb Color CSS Codes

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

#f5fcdb Text Font Color

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

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


#f5fcdb Background Color

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

This div background color is #f5fcdb


#f5fcdb Border Color

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

This div border color is #f5fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.