Color Hex Logo

#ffb998 Color Hex

#FFB998
(255,185,152)
0 Favorites   0 Comments

Color spaces of #ffb998

RGB 255185152
HSL0.051.000.80
HSV19°40°100°
CMYK 0.000.270.40   0.00
XYZ64.256558.224937.5576
Yxy58.22490.40150.3638
Hunter Lab76.305216.780324.2310
CIE-Lab80.863721.314126.7435

#ffb998 color RGB value is (255,185,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 10011000
Octal 377 271 230
Decimal 255 185 152
Hex FF B9 98

RGB Percentages of Color #ffb998

%43.07
%31.25
%25.68

CMYK Percentages of Color #ffb998

%0
%27
%40
%0

Triadic Colors of #ffb998

#ffb998 #98ffb9 #b998ff

Analogous Colors of #ffb998

#ffb998 #ffed98 #ff98ab

Monochromatic Colors of #ffb998

#ffb998

Complementary Color

#ffb998 #98deff

#ffb998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb998 Color CSS Codes

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

#ffb998 Text Font Color

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

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


#ffb998 Background Color

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

This div background color is #ffb998


#ffb998 Border Color

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

This div border color is #ffb998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,185,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 #ffb998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb998


Comments

No comments written yet.

Please login to write comment.