Color Hex Logo

#fec389 Color Hex

#FEC389
(254,195,137)
0 Favorites   0 Comments

Color spaces of #fec389

RGB 254195137
HSL0.080.980.77
HSV30°46°100°
CMYK 0.000.230.46   0.00
XYZ64.903561.907232.1954
Yxy61.90720.40820.3893
Hunter Lab78.68119.551430.8160
CIE-Lab82.864014.159737.2132

#fec389 color RGB value is (254,195,137).

#fec389 hex color red value is 254, green value is 195 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #fec389 hue: 0.08 , saturation: 0.98 and the lightness value of fec389 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10001001
Octal 376 303 211
Decimal 254 195 137
Hex FE C3 89

RGB Percentages of Color #fec389

%43.34
%33.28
%23.38

CMYK Percentages of Color #fec389

%0
%23
%46
%0

Triadic Colors of #fec389

#fec389 #89fec3 #c389fe

Analogous Colors of #fec389

#fec389 #fefe89 #fe898a

Monochromatic Colors of #fec389

#fec389

Complementary Color

#fec389 #89c4fe

#fec389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec389 Color CSS Codes

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

#fec389 Text Font Color

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

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


#fec389 Background Color

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

This div background color is #fec389


#fec389 Border Color

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

This div border color is #fec389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec389

Related Colors


Comments

No comments written yet.

Please login to write comment.