Color Hex Logo

#f5bedb Color Hex

#F5BEDB
(245,190,219)
0 Favorites   0 Comments

Color spaces of #f5bedb

RGB 245190219
HSL0.910.730.85
HSV328°22°96°
CMYK 0.000.220.11   0.04
XYZ68.855861.353975.2312
Yxy61.35390.33520.2986
Hunter Lab78.328719.8373-2.1153
CIE-Lab82.568624.1949-6.8651

#f5bedb color RGB value is (245,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 11011011
Octal 365 276 333
Decimal 245 190 219
Hex F5 BE DB

RGB Percentages of Color #f5bedb

%37.46
%29.05
%33.49

CMYK Percentages of Color #f5bedb

%0
%22
%11
%4

Triadic Colors of #f5bedb

#f5bedb #dbf5be #bedbf5

Analogous Colors of #f5bedb

#f5bedb #f5bec0 #f4bef5

Monochromatic Colors of #f5bedb

#f5bedb

Complementary Color

#f5bedb #bef5d8

#f5bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bedb Color CSS Codes

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

#f5bedb Text Font Color

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

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


#f5bedb Background Color

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

This div background color is #f5bedb


#f5bedb Border Color

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

This div border color is #f5bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bedb


Comments

No comments written yet.

Please login to write comment.