Color Hex Logo

#ffb98e Color Hex

#FFB98E
(255,185,142)
0 Favorites   0 Comments

Color spaces of #ffb98e

RGB 255185142
HSL0.061.000.78
HSV23°44°100°
CMYK 0.000.270.44   0.00
XYZ63.471457.910933.4238
Yxy57.91090.41000.3741
Hunter Lab76.099215.706327.2285
CIE-Lab80.689220.271431.7900

#ffb98e color RGB value is (255,185,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 10001110
Octal 377 271 216
Decimal 255 185 142
Hex FF B9 8E

RGB Percentages of Color #ffb98e

%43.81
%31.79
%24.40

CMYK Percentages of Color #ffb98e

%0
%27
%44
%0

Triadic Colors of #ffb98e

#ffb98e #8effb9 #b98eff

Analogous Colors of #ffb98e

#ffb98e #fff28e #ff8e9c

Monochromatic Colors of #ffb98e

#ffb98e

Complementary Color

#ffb98e #8ed4ff

#ffb98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb98e Color CSS Codes

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

#ffb98e Text Font Color

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

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


#ffb98e Background Color

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

This div background color is #ffb98e


#ffb98e Border Color

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

This div border color is #ffb98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb98e

#ffb98e Color Palettes


Comments

No comments written yet.

Please login to write comment.