Color Hex Logo

#febfa2 Color Hex

#FEBFA2
(254,191,162)
0 Favorites   0 Comments

Color spaces of #febfa2

RGB 254191162
HSL0.050.980.82
HSV19°36°100°
CMYK 0.000.250.36   0.00
XYZ66.025460.941142.4653
Yxy60.94110.38970.3597
Hunter Lab78.064814.357822.3931
CIE-Lab82.347118.910523.4400

#febfa2 color RGB value is (254,191,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10100010
Octal 376 277 242
Decimal 254 191 162
Hex FE BF A2

RGB Percentages of Color #febfa2

%41.85
%31.47
%26.69

CMYK Percentages of Color #febfa2

%0
%25
%36
%0

Triadic Colors of #febfa2

#febfa2 #a2febf #bfa2fe

Analogous Colors of #febfa2

#febfa2 #feeda2 #fea2b3

Monochromatic Colors of #febfa2

#febfa2

Complementary Color

#febfa2 #a2e1fe

#febfa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfa2 Color CSS Codes

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

#febfa2 Text Font Color

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

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


#febfa2 Background Color

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

This div background color is #febfa2


#febfa2 Border Color

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

This div border color is #febfa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfa2

Related Colors


Comments

No comments written yet.

Please login to write comment.