Color Hex Logo

#fec485 Color Hex

#FEC485
(254,196,133)
0 Favorites   0 Comments

Color spaces of #fec485

RGB 254196133
HSL0.090.980.76
HSV31°48°100°
CMYK 0.000.230.48   0.00
XYZ64.846662.244130.7868
Yxy62.24410.41070.3943
Hunter Lab78.89498.649532.0900
CIE-Lab83.043113.259439.4941

#fec485 color RGB value is (254,196,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10000101
Octal 376 304 205
Decimal 254 196 133
Hex FE C4 85

RGB Percentages of Color #fec485

%43.57
%33.62
%22.81

CMYK Percentages of Color #fec485

%0
%23
%48
%0

Triadic Colors of #fec485

#fec485 #85fec4 #c485fe

Analogous Colors of #fec485

#fec485 #fcfe85 #fe8885

Monochromatic Colors of #fec485

#fec485

Complementary Color

#fec485 #85bffe

#fec485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec485 Color CSS Codes

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

#fec485 Text Font Color

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

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


#fec485 Background Color

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

This div background color is #fec485


#fec485 Border Color

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

This div border color is #fec485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec485

#fec485 Color Palettes


Comments

No comments written yet.

Please login to write comment.