Color Hex Logo

#f5bfea Color Hex

#F5BFEA
(245,191,234)
0 Favorites   0 Comments

Color spaces of #f5bfea

RGB 245191234
HSL0.870.730.85
HSV312°22°96°
CMYK 0.000.220.04   0.04
XYZ71.138362.614686.1783
Yxy62.61460.32350.2847
Hunter Lab79.129421.9973-9.1810
CIE-Lab83.239226.2127-13.8998

#f5bfea color RGB value is (245,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111111 11101010
Octal 365 277 352
Decimal 245 191 234
Hex F5 BF EA

RGB Percentages of Color #f5bfea

%36.57
%28.51
%34.93

CMYK Percentages of Color #f5bfea

%0
%22
%4
%4

Triadic Colors of #f5bfea

#f5bfea #eaf5bf #bfeaf5

Analogous Colors of #f5bfea

#f5bfea #f5bfcf #e5bff5

Monochromatic Colors of #f5bfea

#f5bfea

Complementary Color

#f5bfea #bff5ca

#f5bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bfea Color CSS Codes

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

#f5bfea Text Font Color

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

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


#f5bfea Background Color

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

This div background color is #f5bfea


#f5bfea Border Color

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

This div border color is #f5bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bfea


Comments

No comments written yet.

Please login to write comment.