Color Hex Logo

#feb88f Color Hex

#FEB88F
(254,184,143)
0 Favorites   0 Comments

Color spaces of #feb88f

RGB 254184143
HSL0.060.980.78
HSV22°44°100°
CMYK 0.000.280.44   0.00
XYZ62.971557.335033.7344
Yxy57.33500.40880.3722
Hunter Lab75.719915.937526.5893
CIE-Lab80.367620.507230.8190

#feb88f color RGB value is (254,184,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 10001111
Octal 376 270 217
Decimal 254 184 143
Hex FE B8 8F

RGB Percentages of Color #feb88f

%43.72
%31.67
%24.61

CMYK Percentages of Color #feb88f

%0
%28
%44
%0

Triadic Colors of #feb88f

#feb88f #8ffeb8 #b88ffe

Analogous Colors of #feb88f

#feb88f #fef08f #fe8f9e

Monochromatic Colors of #feb88f

#feb88f

Complementary Color

#feb88f #8fd5fe

#feb88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb88f Color CSS Codes

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

#feb88f Text Font Color

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

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


#feb88f Background Color

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

This div background color is #feb88f


#feb88f Border Color

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

This div border color is #feb88f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,184,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb88f

Related Colors


Comments

No comments written yet.

Please login to write comment.