Color Hex Logo

#f5beda Color Hex

#F5BEDA
(245,190,218)
0 Favorites   0 Comments

Color spaces of #f5beda

RGB 245190218
HSL0.920.730.85
HSV329°22°96°
CMYK 0.000.220.11   0.04
XYZ68.724561.301374.5398
Yxy61.30130.33600.2997
Hunter Lab78.295119.6640-1.6396
CIE-Lab82.540524.0307-6.3704

#f5beda color RGB value is (245,190,218).

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

The process color (four color CMYK) of #f5beda color hex is 0.00, 0.22, 0.11, 0.04. Web safe color of #f5beda is #ffcccc. Color #f5beda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 11011010
Octal 365 276 332
Decimal 245 190 218
Hex F5 BE DA

RGB Percentages of Color #f5beda

%37.52
%29.10
%33.38

CMYK Percentages of Color #f5beda

%0
%22
%11
%4

Triadic Colors of #f5beda

#f5beda #daf5be #bedaf5

Analogous Colors of #f5beda

#f5beda #f5bebf #f5bef5

Monochromatic Colors of #f5beda

#f5beda

Complementary Color

#f5beda #bef5d9

#f5beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5beda Color CSS Codes

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

#f5beda Text Font Color

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

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


#f5beda Background Color

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

This div background color is #f5beda


#f5beda Border Color

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

This div border color is #f5beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5beda


Comments

No comments written yet.

Please login to write comment.