Color Hex Logo

#febfa4 Color Hex

#FEBFA4
(254,191,164)
2 Favorites   0 Comments

Color spaces of #febfa4

RGB 254191164
HSL0.050.980.82
HSV18°35°100°
CMYK 0.000.250.35   0.00
XYZ66.204761.012843.4092
Yxy61.01280.38800.3576
Hunter Lab78.110714.598521.7277
CIE-Lab82.385619.144822.4317

#febfa4 color RGB value is (254,191,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10100100
Octal 376 277 244
Decimal 254 191 164
Hex FE BF A4

RGB Percentages of Color #febfa4

%41.71
%31.36
%26.93

CMYK Percentages of Color #febfa4

%0
%25
%35
%0

Triadic Colors of #febfa4

#febfa4 #a4febf #bfa4fe

Analogous Colors of #febfa4

#febfa4 #feeca4 #fea4b6

Monochromatic Colors of #febfa4

#febfa4

Complementary Color

#febfa4 #a4e3fe

#febfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfa4 Color CSS Codes

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

#febfa4 Text Font Color

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

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


#febfa4 Background Color

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

This div background color is #febfa4


#febfa4 Border Color

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

This div border color is #febfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfa4

Related Colors


Comments

No comments written yet.

Please login to write comment.