Color Hex Logo

#ffb09b Color Hex

#FFB09B
(255,176,155)
0 Favorites   0 Comments

Color spaces of #ffb09b

RGB 255176155
HSL0.041.000.80
HSV13°39°100°
CMYK 0.000.310.39   0.00
XYZ62.681754.677238.2604
Yxy54.67720.40280.3514
Hunter Lab73.944021.910821.0828
CIE-Lab78.855026.357722.4107

#ffb09b color RGB value is (255,176,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 10011011
Octal 377 260 233
Decimal 255 176 155
Hex FF B0 9B

RGB Percentages of Color #ffb09b

%43.52
%30.03
%26.45

CMYK Percentages of Color #ffb09b

%0
%31
%39
%0

Triadic Colors of #ffb09b

#ffb09b #9bffb0 #b09bff

Analogous Colors of #ffb09b

#ffb09b #ffe29b #ff9bb8

Monochromatic Colors of #ffb09b

#ffb09b

Complementary Color

#ffb09b #9beaff

#ffb09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb09b Color CSS Codes

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

#ffb09b Text Font Color

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

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


#ffb09b Background Color

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

This div background color is #ffb09b


#ffb09b Border Color

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

This div border color is #ffb09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb09b

Related Colors

#ffb09b Color Palettes


Comments

No comments written yet.

Please login to write comment.