Color Hex Logo

#ffb0be Color Hex

#FFB0BE
(255,176,190)
0 Favorites   0 Comments

Color spaces of #ffb0be

RGB 255176190
HSL0.971.000.85
HSV349°31°100°
CMYK 0.000.310.25   0.00
XYZ66.059656.028456.0480
Yxy56.02840.37080.3145
Hunter Lab74.852126.54128.0011
CIE-Lab79.630030.69864.5929

#ffb0be color RGB value is (255,176,190).

#ffb0be hex color red value is 255, green value is 176 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ffb0be hue: 0.97 , saturation: 1.00 and the lightness value of ffb0be is 0.85.

The process color (four color CMYK) of #ffb0be color hex is 0.00, 0.31, 0.25, 0.00. Web safe color of #ffb0be is #ff99cc. Color #ffb0be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 10111110
Octal 377 260 276
Decimal 255 176 190
Hex FF B0 BE

RGB Percentages of Color #ffb0be

%41.06
%28.34
%30.60

CMYK Percentages of Color #ffb0be

%0
%31
%25
%0

Triadic Colors of #ffb0be

#ffb0be #beffb0 #b0beff

Analogous Colors of #ffb0be

#ffb0be #ffcab0 #ffb0e6

Monochromatic Colors of #ffb0be

#ffb0be

Complementary Color

#ffb0be #b0fff1

#ffb0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb0be Color CSS Codes

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

#ffb0be Text Font Color

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

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


#ffb0be Background Color

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

This div background color is #ffb0be


#ffb0be Border Color

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

This div border color is #ffb0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb0be

#ffb0be Color Palettes


Comments

No comments written yet.

Please login to write comment.