Color Hex Logo

#fbb4ec Color Hex

#FBB4EC
(251,180,236)
0 Favorites   0 Comments

Color spaces of #fbb4ec

RGB 251180236
HSL0.870.900.85
HSV313°28°98°
CMYK 0.000.280.06   0.02
XYZ71.245259.207987.0301
Yxy59.20790.32760.2722
Hunter Lab76.946730.6171-13.1970
CIE-Lab81.405734.3427-17.6684

#fbb4ec color RGB value is (251,180,236).

#fbb4ec hex color red value is 251, green value is 180 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fbb4ec hue: 0.87 , saturation: 0.90 and the lightness value of fbb4ec is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 11101100
Octal 373 264 354
Decimal 251 180 236
Hex FB B4 EC

RGB Percentages of Color #fbb4ec

%37.63
%26.99
%35.38

CMYK Percentages of Color #fbb4ec

%0
%28
%6
%2

Triadic Colors of #fbb4ec

#fbb4ec #ecfbb4 #b4ecfb

Analogous Colors of #fbb4ec

#fbb4ec #fbb4c9 #e7b4fb

Monochromatic Colors of #fbb4ec

#fbb4ec

Complementary Color

#fbb4ec #b4fbc3

#fbb4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb4ec Color CSS Codes

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

#fbb4ec Text Font Color

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

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


#fbb4ec Background Color

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

This div background color is #fbb4ec


#fbb4ec Border Color

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

This div border color is #fbb4ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,180,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbb4ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbb4ec;
  -webkit-box-shadow: 1px 1px 3px 2px #fbb4ec;
  box-shadow:         1px 1px 3px 2px #fbb4ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,180,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb4ec


Comments

No comments written yet.

Please login to write comment.