Color Hex Logo

#feb098 Color Hex

#FEB098
(254,176,152)
0 Favorites   0 Comments

Color spaces of #feb098

RGB 254176152
HSL0.040.980.80
HSV14°40°100°
CMYK 0.000.310.40   0.00
XYZ62.065954.388536.9326
Yxy54.38850.40460.3546
Hunter Lab73.748621.163521.9321
CIE-Lab78.687725.648623.7743

#feb098 color RGB value is (254,176,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 10011000
Octal 376 260 230
Decimal 254 176 152
Hex FE B0 98

RGB Percentages of Color #feb098

%43.64
%30.24
%26.12

CMYK Percentages of Color #feb098

%0
%31
%40
%0

Triadic Colors of #feb098

#feb098 #98feb0 #b098fe

Analogous Colors of #feb098

#feb098 #fee398 #fe98b3

Monochromatic Colors of #feb098

#feb098

Complementary Color

#feb098 #98e6fe

#feb098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb098 Color CSS Codes

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

#feb098 Text Font Color

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

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


#feb098 Background Color

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

This div background color is #feb098


#feb098 Border Color

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

This div border color is #feb098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb098

Related Colors


Comments

No comments written yet.

Please login to write comment.