Color Hex Logo

#fecb90 Color Hex

#FECB90
(254,203,144)
0 Favorites   0 Comments

Color spaces of #fecb90

RGB 254203144
HSL0.090.980.78
HSV32°43°100°
CMYK 0.000.200.43   0.00
XYZ67.263065.796335.5404
Yxy65.79630.39900.3903
Hunter Lab81.11496.066630.8026
CIE-Lab84.892410.688936.2471

#fecb90 color RGB value is (254,203,144).

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

The process color (four color CMYK) of #fecb90 color hex is 0.00, 0.20, 0.43, 0.00. Web safe color of #fecb90 is #ffcc99. Color #fecb90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10010000
Octal 376 313 220
Decimal 254 203 144
Hex FE CB 90

RGB Percentages of Color #fecb90

%42.26
%33.78
%23.96

CMYK Percentages of Color #fecb90

%0
%20
%43
%0

Triadic Colors of #fecb90

#fecb90 #90fecb #cb90fe

Analogous Colors of #fecb90

#fecb90 #fafe90 #fe9490

Monochromatic Colors of #fecb90

#fecb90

Complementary Color

#fecb90 #90c3fe

#fecb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb90 Color CSS Codes

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

#fecb90 Text Font Color

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

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


#fecb90 Background Color

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

This div background color is #fecb90


#fecb90 Border Color

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

This div border color is #fecb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb90

#fecb90 Color Palettes


Comments

No comments written yet.

Please login to write comment.