Color Hex Logo

#f5bfed Color Hex

#F5BFED
(245,191,237)
0 Favorites   0 Comments

Color spaces of #f5bfed

RGB 245191237
HSL0.860.730.85
HSV309°22°96°
CMYK 0.000.220.03   0.04
XYZ71.573162.788588.4678
Yxy62.78850.32120.2818
Hunter Lab79.239222.5622-10.7278
CIE-Lab83.331026.7400-15.3655

#f5bfed color RGB value is (245,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111111 11101101
Octal 365 277 355
Decimal 245 191 237
Hex F5 BF ED

RGB Percentages of Color #f5bfed

%36.40
%28.38
%35.22

CMYK Percentages of Color #f5bfed

%0
%22
%3
%4

Triadic Colors of #f5bfed

#f5bfed #edf5bf #bfedf5

Analogous Colors of #f5bfed

#f5bfed #f5bfd2 #e2bff5

Monochromatic Colors of #f5bfed

#f5bfed

Complementary Color

#f5bfed #bff5c7

#f5bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bfed Color CSS Codes

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

#f5bfed Text Font Color

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

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


#f5bfed Background Color

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

This div background color is #f5bfed


#f5bfed Border Color

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

This div border color is #f5bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bfed


Comments

No comments written yet.

Please login to write comment.