Color Hex Logo

#f5bfee Color Hex

#F5BFEE
(245,191,238)
0 Favorites   0 Comments

Color spaces of #f5bfee

RGB 245191238
HSL0.850.730.85
HSV308°22°96°
CMYK 0.000.220.03   0.04
XYZ71.719662.847189.2396
Yxy62.84710.32050.2808
Hunter Lab79.276222.7522-11.2483
CIE-Lab83.361926.9170-15.8534

#f5bfee color RGB value is (245,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111111 11101110
Octal 365 277 356
Decimal 245 191 238
Hex F5 BF EE

RGB Percentages of Color #f5bfee

%36.35
%28.34
%35.31

CMYK Percentages of Color #f5bfee

%0
%22
%3
%4

Triadic Colors of #f5bfee

#f5bfee #eef5bf #bfeef5

Analogous Colors of #f5bfee

#f5bfee #f5bfd3 #e1bff5

Monochromatic Colors of #f5bfee

#f5bfee

Complementary Color

#f5bfee #bff5c6

#f5bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bfee Color CSS Codes

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

#f5bfee Text Font Color

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

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


#f5bfee Background Color

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

This div background color is #f5bfee


#f5bfee Border Color

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

This div border color is #f5bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bfee


Comments

No comments written yet.

Please login to write comment.