Color Hex Logo

#f5beec Color Hex

#F5BEEC
(245,190,236)
0 Favorites   0 Comments

Color spaces of #f5beec

RGB 245190236
HSL0.860.730.85
HSV310°22°96°
CMYK 0.000.220.04   0.04
XYZ71.210062.295587.6279
Yxy62.29550.32200.2817
Hunter Lab78.927522.9232-10.5765
CIE-Lab83.070327.0930-15.2224

#f5beec color RGB value is (245,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 11101100
Octal 365 276 354
Decimal 245 190 236
Hex F5 BE EC

RGB Percentages of Color #f5beec

%36.51
%28.32
%35.17

CMYK Percentages of Color #f5beec

%0
%22
%4
%4

Triadic Colors of #f5beec

#f5beec #ecf5be #beecf5

Analogous Colors of #f5beec

#f5beec #f5bed1 #e3bef5

Monochromatic Colors of #f5beec

#f5beec

Complementary Color

#f5beec #bef5c7

#f5beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5beec Color CSS Codes

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

#f5beec Text Font Color

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

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


#f5beec Background Color

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

This div background color is #f5beec


#f5beec Border Color

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

This div border color is #f5beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5beec


Comments

No comments written yet.

Please login to write comment.