Color Hex Logo

#feb355 Color Hex

#FEB355
(254,179,85)
0 Favorites   0 Comments

Color spaces of #feb355

RGB 25417985
HSL0.090.990.66
HSV33°67°100°
CMYK 0.000.300.67   0.00
XYZ58.632853.966915.9207
Yxy53.96690.45620.4199
Hunter Lab73.462213.908538.5742
CIE-Lab78.442418.555657.4665

#feb355 color RGB value is (254,179,85).

#feb355 hex color red value is 254, green value is 179 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #feb355 hue: 0.09 , saturation: 0.99 and the lightness value of feb355 is 0.66.

The process color (four color CMYK) of #feb355 color hex is 0.00, 0.30, 0.67, 0.00. Web safe color of #feb355 is #ffcc66. Color #feb355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01010101
Octal 376 263 125
Decimal 254 179 85
Hex FE B3 55

RGB Percentages of Color #feb355

%49.03
%34.56
%16.41

CMYK Percentages of Color #feb355

%0
%30
%67
%0

Triadic Colors of #feb355

#feb355 #55feb3 #b355fe

Analogous Colors of #feb355

#feb355 #f5fe55 #fe5f55

Monochromatic Colors of #feb355

#feb355

Complementary Color

#feb355 #55a0fe

#feb355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb355 Color CSS Codes

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

#feb355 Text Font Color

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

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


#feb355 Background Color

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

This div background color is #feb355


#feb355 Border Color

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

This div border color is #feb355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb355

Related Colors


Comments

No comments written yet.

Please login to write comment.