Color Hex Logo

#feb484 Color Hex

#FEB484
(254,180,132)
0 Favorites   0 Comments

Color spaces of #feb484

RGB 254180132
HSL0.070.980.76
HSV24°48°100°
CMYK 0.000.290.48   0.00
XYZ61.359255.379329.2851
Yxy55.37930.42020.3792
Hunter Lab74.417316.948228.7600
CIE-Lab79.259221.532535.1403

#feb484 color RGB value is (254,180,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 10000100
Octal 376 264 204
Decimal 254 180 132
Hex FE B4 84

RGB Percentages of Color #feb484

%44.88
%31.80
%23.32

CMYK Percentages of Color #feb484

%0
%29
%48
%0

Triadic Colors of #feb484

#feb484 #84feb4 #b484fe

Analogous Colors of #feb484

#feb484 #fef184 #fe8491

Monochromatic Colors of #feb484

#feb484

Complementary Color

#feb484 #84cefe

#feb484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb484 Color CSS Codes

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

#feb484 Text Font Color

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

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


#feb484 Background Color

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

This div background color is #feb484


#feb484 Border Color

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

This div border color is #feb484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb484

Related Colors


Comments

No comments written yet.

Please login to write comment.