Color Hex Logo

#feba90 Color Hex

#FEBA90
(254,186,144)
0 Favorites   0 Comments

Color spaces of #feba90

RGB 254186144
HSL0.060.980.78
HSV23°43°100°
CMYK 0.000.270.43   0.00
XYZ63.466058.202334.2747
Yxy58.20230.40700.3732
Hunter Lab76.290414.985926.7663
CIE-Lab80.851119.561230.9339

#feba90 color RGB value is (254,186,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10010000
Octal 376 272 220
Decimal 254 186 144
Hex FE BA 90

RGB Percentages of Color #feba90

%43.49
%31.85
%24.66

CMYK Percentages of Color #feba90

%0
%27
%43
%0

Triadic Colors of #feba90

#feba90 #90feba #ba90fe

Analogous Colors of #feba90

#feba90 #fef190 #fe909d

Monochromatic Colors of #feba90

#feba90

Complementary Color

#feba90 #90d4fe

#feba90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba90 Color CSS Codes

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

#feba90 Text Font Color

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

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


#feba90 Background Color

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

This div background color is #feba90


#feba90 Border Color

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

This div border color is #feba90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,186,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 #feba90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba90


Comments

No comments written yet.

Please login to write comment.