Color Hex Logo

#feb298 Color Hex

#FEB298
(254,178,152)
0 Favorites   0 Comments

Color spaces of #feb298

RGB 254178152
HSL0.040.980.80
HSV15°40°100°
CMYK 0.000.300.40   0.00
XYZ62.460955.178637.0643
Yxy55.17860.40370.3567
Hunter Lab74.282320.099222.4139
CIE-Lab79.144024.600124.3954

#feb298 color RGB value is (254,178,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 10011000
Octal 376 262 230
Decimal 254 178 152
Hex FE B2 98

RGB Percentages of Color #feb298

%43.49
%30.48
%26.03

CMYK Percentages of Color #feb298

%0
%30
%40
%0

Triadic Colors of #feb298

#feb298 #98feb2 #b298fe

Analogous Colors of #feb298

#feb298 #fee598 #fe98b1

Monochromatic Colors of #feb298

#feb298

Complementary Color

#feb298 #98e4fe

#feb298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb298 Color CSS Codes

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

#feb298 Text Font Color

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

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


#feb298 Background Color

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

This div background color is #feb298


#feb298 Border Color

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

This div border color is #feb298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb298


Comments

No comments written yet.

Please login to write comment.