Color Hex Logo

#ffbbea Color Hex

#FFBBEA
(255,187,234)
0 Favorites   0 Comments

Color spaces of #ffbbea

RGB 255187234
HSL0.881.000.87
HSV319°27°100°
CMYK 0.000.270.08   0.00
XYZ73.861662.741286.0592
Yxy62.74120.33170.2818
Hunter Lab79.209327.8324-8.9707
CIE-Lab83.306031.6451-13.6992

#ffbbea color RGB value is (255,187,234).

#ffbbea hex color red value is 255, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ffbbea hue: 0.88 , saturation: 1.00 and the lightness value of ffbbea is 0.87.

The process color (four color CMYK) of #ffbbea color hex is 0.00, 0.27, 0.08, 0.00. Web safe color of #ffbbea is #ffccff. Color #ffbbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11101010
Octal 377 273 352
Decimal 255 187 234
Hex FF BB EA

RGB Percentages of Color #ffbbea

%37.72
%27.66
%34.62

CMYK Percentages of Color #ffbbea

%0
%27
%8
%0

Triadic Colors of #ffbbea

#ffbbea #eaffbb #bbeaff

Analogous Colors of #ffbbea

#ffbbea #ffbbc8 #f2bbff

Monochromatic Colors of #ffbbea

#ffbbea

Complementary Color

#ffbbea #bbffd0

#ffbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbea Color CSS Codes

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

#ffbbea Text Font Color

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

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


#ffbbea Background Color

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

This div background color is #ffbbea


#ffbbea Border Color

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

This div border color is #ffbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbea

Related Colors


Comments

No comments written yet.

Please login to write comment.