Color Hex Logo

#ffb099 Color Hex

#FFB099
(255,176,153)
0 Favorites   0 Comments

Color spaces of #ffb099

RGB 255176153
HSL0.041.000.80
HSV14°40°100°
CMYK 0.000.310.40   0.00
XYZ62.515154.610637.3830
Yxy54.61060.40460.3534
Hunter Lab73.899021.679521.7365
CIE-Lab78.816426.137823.4315

#ffb099 color RGB value is (255,176,153).

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

The process color (four color CMYK) of #ffb099 color hex is 0.00, 0.31, 0.40, 0.00. Web safe color of #ffb099 is #ff9999. Color #ffb099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 10011001
Octal 377 260 231
Decimal 255 176 153
Hex FF B0 99

RGB Percentages of Color #ffb099

%43.66
%30.14
%26.20

CMYK Percentages of Color #ffb099

%0
%31
%40
%0

Triadic Colors of #ffb099

#ffb099 #99ffb0 #b099ff

Analogous Colors of #ffb099

#ffb099 #ffe399 #ff99b5

Monochromatic Colors of #ffb099

#ffb099

Complementary Color

#ffb099 #99e8ff

#ffb099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb099 Color CSS Codes

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

#ffb099 Text Font Color

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

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


#ffb099 Background Color

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

This div background color is #ffb099


#ffb099 Border Color

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

This div border color is #ffb099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb099

Related Colors


Comments

No comments written yet.

Please login to write comment.