Color Hex Logo

#febfa6 Color Hex

#FEBFA6
(254,191,166)
0 Favorites   0 Comments

Color spaces of #febfa6

RGB 254191166
HSL0.050.980.82
HSV17°35°100°
CMYK 0.000.250.35   0.00
XYZ66.386861.085644.3681
Yxy61.08560.38630.3555
Hunter Lab78.157314.842721.0525
CIE-Lab82.424719.382221.4232

#febfa6 color RGB value is (254,191,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10100110
Octal 376 277 246
Decimal 254 191 166
Hex FE BF A6

RGB Percentages of Color #febfa6

%41.57
%31.26
%27.17

CMYK Percentages of Color #febfa6

%0
%25
%35
%0

Triadic Colors of #febfa6

#febfa6 #a6febf #bfa6fe

Analogous Colors of #febfa6

#febfa6 #feeba6 #fea6b9

Monochromatic Colors of #febfa6

#febfa6

Complementary Color

#febfa6 #a6e5fe

#febfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfa6 Color CSS Codes

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

#febfa6 Text Font Color

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

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


#febfa6 Background Color

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

This div background color is #febfa6


#febfa6 Border Color

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

This div border color is #febfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfa6


Comments

No comments written yet.

Please login to write comment.