Color Hex Logo

#febd84 Color Hex

#FEBD84
(254,189,132)
0 Favorites   0 Comments

Color spaces of #febd84

RGB 254189132
HSL0.080.980.76
HSV28°48°100°
CMYK 0.000.260.48   0.00
XYZ63.235559.132029.9105
Yxy59.13200.41530.3883
Hunter Lab76.897312.216830.7663
CIE-Lab81.364116.820437.8568

#febd84 color RGB value is (254,189,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10000100
Octal 376 275 204
Decimal 254 189 132
Hex FE BD 84

RGB Percentages of Color #febd84

%44.17
%32.87
%22.96

CMYK Percentages of Color #febd84

%0
%26
%48
%0

Triadic Colors of #febd84

#febd84 #84febd #bd84fe

Analogous Colors of #febd84

#febd84 #fefa84 #fe8488

Monochromatic Colors of #febd84

#febd84

Complementary Color

#febd84 #84c5fe

#febd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd84 Color CSS Codes

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

#febd84 Text Font Color

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

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


#febd84 Background Color

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

This div background color is #febd84


#febd84 Border Color

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

This div border color is #febd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd84


Comments

No comments written yet.

Please login to write comment.