Color Hex Logo

#f0bfea Color Hex

#F0BFEA
(240,191,234)
0 Favorites   0 Comments

Color spaces of #f0bfea

RGB 240191234
HSL0.850.620.85
HSV307°20°94°
CMYK 0.000.200.03   0.06
XYZ69.417361.727486.0978
Yxy61.72740.31950.2841
Hunter Lab78.566820.2209-9.9765
CIE-Lab82.768224.5518-14.6541

#f0bfea color RGB value is (240,191,234).

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

The process color (four color CMYK) of #f0bfea color hex is 0.00, 0.20, 0.03, 0.06. Web safe color of #f0bfea is #ffccff. Color #f0bfea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 11101010
Octal 360 277 352
Decimal 240 191 234
Hex F0 BF EA

RGB Percentages of Color #f0bfea

%36.09
%28.72
%35.19

CMYK Percentages of Color #f0bfea

%0
%20
%3
%6

Triadic Colors of #f0bfea

#f0bfea #eaf0bf #bfeaf0

Analogous Colors of #f0bfea

#f0bfea #f0bfd2 #debff0

Monochromatic Colors of #f0bfea

#f0bfea

Complementary Color

#f0bfea #bff0c5

#f0bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bfea Color CSS Codes

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

#f0bfea Text Font Color

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

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


#f0bfea Background Color

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

This div background color is #f0bfea


#f0bfea Border Color

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

This div border color is #f0bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bfea


Comments

No comments written yet.

Please login to write comment.