Color Hex Logo

#ffbbef Color Hex

#FFBBEF
(255,187,239)
0 Favorites   0 Comments

Color spaces of #ffbbef

RGB 255187239
HSL0.871.000.87
HSV314°27°100°
CMYK 0.000.270.06   0.00
XYZ74.590363.032689.8965
Yxy63.03260.32780.2770
Hunter Lab79.393128.7640-11.5587
CIE-Lab83.459532.4902-16.1431

#ffbbef color RGB value is (255,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11101111
Octal 377 273 357
Decimal 255 187 239
Hex FF BB EF

RGB Percentages of Color #ffbbef

%37.44
%27.46
%35.10

CMYK Percentages of Color #ffbbef

%0
%27
%6
%0

Triadic Colors of #ffbbef

#ffbbef #efffbb #bbefff

Analogous Colors of #ffbbef

#ffbbef #ffbbcd #edbbff

Monochromatic Colors of #ffbbef

#ffbbef

Complementary Color

#ffbbef #bbffcb

#ffbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbef Color CSS Codes

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

#ffbbef Text Font Color

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

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


#ffbbef Background Color

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

This div background color is #ffbbef


#ffbbef Border Color

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

This div border color is #ffbbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,187,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbef

Related Colors


Comments

No comments written yet.

Please login to write comment.