Color Hex Logo

#ffb9ec Color Hex

#FFB9EC
(255,185,236)
0 Favorites   0 Comments

Color spaces of #ffb9ec

RGB 255185236
HSL0.881.000.86
HSV316°27°100°
CMYK 0.000.270.07   0.00
XYZ73.729362.014187.4408
Yxy62.01410.33040.2779
Hunter Lab78.749029.3110-10.7097
CIE-Lab82.920933.0304-15.3475

#ffb9ec color RGB value is (255,185,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 11101100
Octal 377 271 354
Decimal 255 185 236
Hex FF B9 EC

RGB Percentages of Color #ffb9ec

%37.72
%27.37
%34.91

CMYK Percentages of Color #ffb9ec

%0
%27
%7
%0

Triadic Colors of #ffb9ec

#ffb9ec #ecffb9 #b9ecff

Analogous Colors of #ffb9ec

#ffb9ec #ffb9c9 #efb9ff

Monochromatic Colors of #ffb9ec

#ffb9ec

Complementary Color

#ffb9ec #b9ffcc

#ffb9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb9ec Color CSS Codes

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

#ffb9ec Text Font Color

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

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


#ffb9ec Background Color

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

This div background color is #ffb9ec


#ffb9ec Border Color

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

This div border color is #ffb9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb9ec

#ffb9ec Color Palettes


Comments

No comments written yet.

Please login to write comment.