Color Hex Logo

#febd98 Color Hex

#FEBD98
(254,189,152)
0 Favorites   0 Comments

Color spaces of #febd98

RGB 254189152
HSL0.060.980.80
HSV22°40°100°
CMYK 0.000.260.40   0.00
XYZ64.738159.733037.8233
Yxy59.73300.39890.3681
Hunter Lab77.287114.264725.0852
CIE-Lab81.692818.833727.8431

#febd98 color RGB value is (254,189,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10011000
Octal 376 275 230
Decimal 254 189 152
Hex FE BD 98

RGB Percentages of Color #febd98

%42.69
%31.76
%25.55

CMYK Percentages of Color #febd98

%0
%26
%40
%0

Triadic Colors of #febd98

#febd98 #98febd #bd98fe

Analogous Colors of #febd98

#febd98 #fef098 #fe98a6

Monochromatic Colors of #febd98

#febd98

Complementary Color

#febd98 #98d9fe

#febd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd98 Color CSS Codes

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

#febd98 Text Font Color

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

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


#febd98 Background Color

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

This div background color is #febd98


#febd98 Border Color

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

This div border color is #febd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd98

Related Colors


Comments

No comments written yet.

Please login to write comment.