Color Hex Logo

#febea3 Color Hex

#FEBEA3
(254,190,163)
0 Favorites   0 Comments

Color spaces of #febea3

RGB 254190163
HSL0.050.980.82
HSV18°36°100°
CMYK 0.000.250.36   0.00
XYZ65.897460.542142.8630
Yxy60.54210.38920.3576
Hunter Lab77.808815.008821.8047
CIE-Lab82.132019.551422.6144

#febea3 color RGB value is (254,190,163).

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

The process color (four color CMYK) of #febea3 color hex is 0.00, 0.25, 0.36, 0.00. Web safe color of #febea3 is #ffcc99. Color #febea3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 10100011
Octal 376 276 243
Decimal 254 190 163
Hex FE BE A3

RGB Percentages of Color #febea3

%41.85
%31.30
%26.85

CMYK Percentages of Color #febea3

%0
%25
%36
%0

Triadic Colors of #febea3

#febea3 #a3febe #bea3fe

Analogous Colors of #febea3

#febea3 #feeca3 #fea3b6

Monochromatic Colors of #febea3

#febea3

Complementary Color

#febea3 #a3e3fe

#febea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febea3 Color CSS Codes

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

#febea3 Text Font Color

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

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


#febea3 Background Color

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

This div background color is #febea3


#febea3 Border Color

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

This div border color is #febea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febea3

Related Colors


Comments

No comments written yet.

Please login to write comment.