Color Hex Logo

#f5bbee Color Hex

#F5BBEE
(245,187,238)
0 Favorites   0 Comments

Color spaces of #f5bbee

RGB 245187238
HSL0.850.740.85
HSV307°24°96°
CMYK 0.000.240.03   0.04
XYZ70.859161.126288.9528
Yxy61.12620.32070.2767
Hunter Lab78.183224.9576-12.7288
CIE-Lab82.446529.0346-17.2308

#f5bbee color RGB value is (245,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111011 11101110
Octal 365 273 356
Decimal 245 187 238
Hex F5 BB EE

RGB Percentages of Color #f5bbee

%36.57
%27.91
%35.52

CMYK Percentages of Color #f5bbee

%0
%24
%3
%4

Triadic Colors of #f5bbee

#f5bbee #eef5bb #bbeef5

Analogous Colors of #f5bbee

#f5bbee #f5bbd1 #dfbbf5

Monochromatic Colors of #f5bbee

#f5bbee

Complementary Color

#f5bbee #bbf5c2

#f5bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bbee Color CSS Codes

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

#f5bbee Text Font Color

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

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


#f5bbee Background Color

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

This div background color is #f5bbee


#f5bbee Border Color

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

This div border color is #f5bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bbee


Comments

No comments written yet.

Please login to write comment.