Color Hex Logo

#febf93 Color Hex

#FEBF93
(254,191,147)
0 Favorites   0 Comments

Color spaces of #febf93

RGB 254191147
HSL0.070.980.79
HSV25°42°100°
CMYK 0.000.250.42   0.00
XYZ64.770360.439035.8559
Yxy60.43900.40210.3752
Hunter Lab77.742512.665827.0744
CIE-Lab82.076217.254130.9853

#febf93 color RGB value is (254,191,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 10010011
Octal 376 277 223
Decimal 254 191 147
Hex FE BF 93

RGB Percentages of Color #febf93

%42.91
%32.26
%24.83

CMYK Percentages of Color #febf93

%0
%25
%42
%0

Triadic Colors of #febf93

#febf93 #93febf #bf93fe

Analogous Colors of #febf93

#febf93 #fef593 #fe939d

Monochromatic Colors of #febf93

#febf93

Complementary Color

#febf93 #93d2fe

#febf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf93 Color CSS Codes

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

#febf93 Text Font Color

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

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


#febf93 Background Color

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

This div background color is #febf93


#febf93 Border Color

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

This div border color is #febf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf93

Related Colors


Comments

No comments written yet.

Please login to write comment.