Color Hex Logo

#febca4 Color Hex

#FEBCA4
(254,188,164)
0 Favorites   0 Comments

Color spaces of #febca4

RGB 254188164
HSL0.040.980.82
HSV16°35°100°
CMYK 0.000.260.35   0.00
XYZ65.557159.717643.1934
Yxy59.71760.38910.3545
Hunter Lab77.277216.193220.9544
CIE-Lab81.684520.717221.4671

#febca4 color RGB value is (254,188,164).

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

The process color (four color CMYK) of #febca4 color hex is 0.00, 0.26, 0.35, 0.00. Web safe color of #febca4 is #ffcc99. Color #febca4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10100100
Octal 376 274 244
Decimal 254 188 164
Hex FE BC A4

RGB Percentages of Color #febca4

%41.91
%31.02
%27.06

CMYK Percentages of Color #febca4

%0
%26
%35
%0

Triadic Colors of #febca4

#febca4 #a4febc #bca4fe

Analogous Colors of #febca4

#febca4 #fee9a4 #fea4b9

Monochromatic Colors of #febca4

#febca4

Complementary Color

#febca4 #a4e6fe

#febca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febca4 Color CSS Codes

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

#febca4 Text Font Color

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

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


#febca4 Background Color

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

This div background color is #febca4


#febca4 Border Color

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

This div border color is #febca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febca4


Comments

No comments written yet.

Please login to write comment.