Color Hex Logo

#ffbb98 Color Hex

#FFBB98
(255,187,152)
0 Favorites   0 Comments

Color spaces of #ffbb98

RGB 255187152
HSL0.061.000.80
HSV20°40°100°
CMYK 0.000.270.40   0.00
XYZ64.677859.067637.6981
Yxy59.06760.40060.3659
Hunter Lab76.855415.719924.7167
CIE-Lab81.328720.266527.3707

#ffbb98 color RGB value is (255,187,152).

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

The process color (four color CMYK) of #ffbb98 color hex is 0.00, 0.27, 0.40, 0.00. Web safe color of #ffbb98 is #ffcc99. Color #ffbb98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 10011000
Octal 377 273 230
Decimal 255 187 152
Hex FF BB 98

RGB Percentages of Color #ffbb98

%42.93
%31.48
%25.59

CMYK Percentages of Color #ffbb98

%0
%27
%40
%0

Triadic Colors of #ffbb98

#ffbb98 #98ffbb #bb98ff

Analogous Colors of #ffbb98

#ffbb98 #ffef98 #ff98a9

Monochromatic Colors of #ffbb98

#ffbb98

Complementary Color

#ffbb98 #98dcff

#ffbb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb98 Color CSS Codes

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

#ffbb98 Text Font Color

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

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


#ffbb98 Background Color

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

This div background color is #ffbb98


#ffbb98 Border Color

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

This div border color is #ffbb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb98

Related Colors

#ffbb98 Color Palettes


Comments

No comments written yet.

Please login to write comment.