Color Hex Logo

#feb084 Color Hex

#FEB084
(254,176,132)
0 Favorites   0 Comments

Color spaces of #feb084

RGB 254176132
HSL0.060.980.76
HSV22°48°100°
CMYK 0.000.310.48   0.00
XYZ60.563253.787429.0198
Yxy53.78740.42240.3752
Hunter Lab73.339919.058327.8775
CIE-Lab78.337623.628333.9423

#feb084 color RGB value is (254,176,132).

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

The process color (four color CMYK) of #feb084 color hex is 0.00, 0.31, 0.48, 0.00. Web safe color of #feb084 is #ff9999. Color #feb084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 10000100
Octal 376 260 204
Decimal 254 176 132
Hex FE B0 84

RGB Percentages of Color #feb084

%45.20
%31.32
%23.49

CMYK Percentages of Color #feb084

%0
%31
%48
%0

Triadic Colors of #feb084

#feb084 #84feb0 #b084fe

Analogous Colors of #feb084

#feb084 #feed84 #fe8495

Monochromatic Colors of #feb084

#feb084

Complementary Color

#feb084 #84d2fe

#feb084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb084 Color CSS Codes

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

#feb084 Text Font Color

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

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


#feb084 Background Color

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

This div background color is #feb084


#feb084 Border Color

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

This div border color is #feb084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb084


Comments

No comments written yet.

Please login to write comment.