Color Hex Logo

#febd88 Color Hex

#FEBD88
(254,189,136)
0 Favorites   0 Comments

Color spaces of #febd88

RGB 254189136
HSL0.070.980.76
HSV27°46°100°
CMYK 0.000.260.46   0.00
XYZ63.514659.243631.3801
Yxy59.24360.41210.3844
Hunter Lab76.969912.598829.7068
CIE-Lab81.425317.197835.8670

#febd88 color RGB value is (254,189,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10001000
Octal 376 275 210
Decimal 254 189 136
Hex FE BD 88

RGB Percentages of Color #febd88

%43.87
%32.64
%23.49

CMYK Percentages of Color #febd88

%0
%26
%46
%0

Triadic Colors of #febd88

#febd88 #88febd #bd88fe

Analogous Colors of #febd88

#febd88 #fef888 #fe888e

Monochromatic Colors of #febd88

#febd88

Complementary Color

#febd88 #88c9fe

#febd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd88 Color CSS Codes

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

#febd88 Text Font Color

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

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


#febd88 Background Color

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

This div background color is #febd88


#febd88 Border Color

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

This div border color is #febd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd88


Comments

No comments written yet.

Please login to write comment.