Color Hex Logo

#f5befc Color Hex

#F5BEFC
(245,190,252)
0 Favorites   0 Comments

Color spaces of #f5befc

RGB 245190252
HSL0.810.910.87
HSV293°25°99°
CMYK 0.030.250.00   0.01
XYZ73.640363.2677100.4261
Yxy63.26770.31030.2666
Hunter Lab79.541026.0614-19.1791
CIE-Lab83.583029.9915-22.9870

#f5befc color RGB value is (245,190,252).

#f5befc hex color red value is 245, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f5befc hue: 0.81 , saturation: 0.91 and the lightness value of f5befc is 0.87.

The process color (four color CMYK) of #f5befc color hex is 0.03, 0.25, 0.00, 0.01. Web safe color of #f5befc is #ffccff. Color #f5befc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 11111100
Octal 365 276 374
Decimal 245 190 252
Hex F5 BE FC

RGB Percentages of Color #f5befc

%35.66
%27.66
%36.68

CMYK Percentages of Color #f5befc

%3
%25
%0
%1

Triadic Colors of #f5befc

#f5befc #fcf5be #befcf5

Analogous Colors of #f5befc

#f5befc #fcbee4 #d6befc

Monochromatic Colors of #f5befc

#f5befc

Complementary Color

#f5befc #c5fcbe

#f5befc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5befc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5befc Color CSS Codes

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

#f5befc Text Font Color

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

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


#f5befc Background Color

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

This div background color is #f5befc


#f5befc Border Color

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

This div border color is #f5befc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5befc

Related Colors


Comments

No comments written yet.

Please login to write comment.