Color Hex Logo

#feb57a Color Hex

#FEB57A
(254,181,122)
0 Favorites   0 Comments

Color spaces of #feb57a

RGB 254181122
HSL0.070.990.74
HSV27°52°100°
CMYK 0.000.290.52   0.00
XYZ60.909855.523725.9192
Yxy55.52370.42790.3900
Hunter Lab74.514215.510531.5364
CIE-Lab79.342020.118340.4316

#feb57a color RGB value is (254,181,122).

#feb57a hex color red value is 254, green value is 181 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #feb57a hue: 0.07 , saturation: 0.99 and the lightness value of feb57a is 0.74.

The process color (four color CMYK) of #feb57a color hex is 0.00, 0.29, 0.52, 0.00. Web safe color of #feb57a is #ffcc66. Color #feb57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 01111010
Octal 376 265 172
Decimal 254 181 122
Hex FE B5 7A

RGB Percentages of Color #feb57a

%45.60
%32.50
%21.90

CMYK Percentages of Color #feb57a

%0
%29
%52
%0

Triadic Colors of #feb57a

#feb57a #7afeb5 #b57afe

Analogous Colors of #feb57a

#feb57a #fef77a #fe7a81

Monochromatic Colors of #feb57a

#feb57a

Complementary Color

#feb57a #7ac3fe

#feb57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb57a Color CSS Codes

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

#feb57a Text Font Color

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

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


#feb57a Background Color

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

This div background color is #feb57a


#feb57a Border Color

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

This div border color is #feb57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb57a


Comments

No comments written yet.

Please login to write comment.