Color Hex Logo

#f5f9db Color Hex

#F5F9DB
(245,249,219)
0 Favorites   0 Comments

Color spaces of #f5f9db

RGB 245249219
HSL0.190.710.92
HSV68°12°98°
CMYK 0.020.000.12   0.02
XYZ84.318192.278380.3853
Yxy92.27830.32810.3591
Hunter Lab96.0616-11.429417.6287
CIE-Lab96.9339-6.353513.9538

#f5f9db color RGB value is (245,249,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111001 11011011
Octal 365 371 333
Decimal 245 249 219
Hex F5 F9 DB

RGB Percentages of Color #f5f9db

%34.36
%34.92
%30.72

CMYK Percentages of Color #f5f9db

%2
%0
%12
%2

Triadic Colors of #f5f9db

#f5f9db #dbf5f9 #f9dbf5

Analogous Colors of #f5f9db

#f5f9db #e6f9db #f9eedb

Monochromatic Colors of #f5f9db

#f5f9db

Complementary Color

#f5f9db #dfdbf9

#f5f9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5f9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5f9db Color CSS Codes

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

#f5f9db Text Font Color

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

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


#f5f9db Background Color

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

This div background color is #f5f9db


#f5f9db Border Color

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

This div border color is #f5f9db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,249,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 #f5f9db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5f9db


Comments

No comments written yet.

Please login to write comment.