Color Hex Logo

#f5beed Color Hex

#F5BEED
(245,190,237)
0 Favorites   0 Comments

Color spaces of #f5beed

RGB 245190237
HSL0.860.730.85
HSV309°22°96°
CMYK 0.000.220.03   0.04
XYZ71.355762.353888.3954
Yxy62.35380.32130.2807
Hunter Lab78.964423.1127-11.0961
CIE-Lab83.101227.2694-15.7107

#f5beed color RGB value is (245,190,237).

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

The process color (four color CMYK) of #f5beed color hex is 0.00, 0.22, 0.03, 0.04. Web safe color of #f5beed is #ffccff. Color #f5beed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 11101101
Octal 365 276 355
Decimal 245 190 237
Hex F5 BE ED

RGB Percentages of Color #f5beed

%36.46
%28.27
%35.27

CMYK Percentages of Color #f5beed

%0
%22
%3
%4

Triadic Colors of #f5beed

#f5beed #edf5be #beedf5

Analogous Colors of #f5beed

#f5beed #f5bed2 #e2bef5

Monochromatic Colors of #f5beed

#f5beed

Complementary Color

#f5beed #bef5c6

#f5beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5beed Color CSS Codes

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

#f5beed Text Font Color

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

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


#f5beed Background Color

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

This div background color is #f5beed


#f5beed Border Color

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

This div border color is #f5beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5beed


Comments

No comments written yet.

Please login to write comment.