Color Hex Logo

#ffb9ef Color Hex

#FFB9EF
(255,185,239)
0 Favorites   0 Comments

Color spaces of #ffb9ef

RGB 255185239
HSL0.871.000.86
HSV314°27°100°
CMYK 0.000.270.06   0.00
XYZ74.168962.189989.7561
Yxy62.18990.32800.2750
Hunter Lab78.860629.8744-12.2792
CIE-Lab83.014333.5391-16.8130

#ffb9ef color RGB value is (255,185,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 11101111
Octal 377 271 357
Decimal 255 185 239
Hex FF B9 EF

RGB Percentages of Color #ffb9ef

%37.56
%27.25
%35.20

CMYK Percentages of Color #ffb9ef

%0
%27
%6
%0

Triadic Colors of #ffb9ef

#ffb9ef #efffb9 #b9efff

Analogous Colors of #ffb9ef

#ffb9ef #ffb9cc #ecb9ff

Monochromatic Colors of #ffb9ef

#ffb9ef

Complementary Color

#ffb9ef #b9ffc9

#ffb9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb9ef Color CSS Codes

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

#ffb9ef Text Font Color

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

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


#ffb9ef Background Color

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

This div background color is #ffb9ef


#ffb9ef Border Color

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

This div border color is #ffb9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb9ef

Related Colors


Comments

No comments written yet.

Please login to write comment.