color codes Logo

#febaa5 color codes

#FEBAA5
(254,186,165)
0 Favorites   0 Comments

Color spaces of #febaa5

RGB 254186165
HSL0.040.980.82
HSV14°35°100°
CMYK 0.000.270.35   0.00
XYZ65.223558.905343.5295
Yxy58.90530.38900.3513
Hunter Lab76.749817.380720.0979
CIE-Lab81.239521.884420.3198

#febaa5 color RGB value is (254,186,165).

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

The process color (four color CMYK) of #febaa5 color code is 0.00, 0.27, 0.35, 0.00. Web safe color of #febaa5 is #ffcc99. Color #febaa5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10100101
Octal 376 272 245
Decimal 254 186 165
Hex FE BA A5

RGB Percentages of Color #febaa5

%41.98
%30.74
%27.27

CMYK Percentages of Color #febaa5

%0
%27
%35
%0

Triadic Colors of #febaa5

#febaa5 #a5feba #baa5fe

Analogous Colors of #febaa5

#febaa5 #fee7a5 #fea5bd

Monochromatic Colors of #febaa5

#febaa5

Complementary Color

#febaa5 #a5e9fe

#febaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febaa5 Color CSS Codes

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

#febaa5 Text Font Color

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

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


#febaa5 Background Color

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

This div background color is #febaa5


#febaa5 Border Color

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

This div border color is #febaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febaa5


Comments

No comments written yet.

Please login to write comment.