Color Hex Logo

#febf7b Color Hex

#FEBF7B
(254,191,123)
0 Favorites   0 Comments

Color spaces of #febf7b

RGB 254191123
HSL0.090.980.74
HSV31°52°100°
CMYK 0.000.250.52   0.00
XYZ63.079059.762526.9496
Yxy59.76250.42110.3990
Hunter Lab77.306210.363533.4453
CIE-Lab81.708914.973742.8913

#febf7b color RGB value is (254,191,123).

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

The process color (four color CMYK) of #febf7b color hex is 0.00, 0.25, 0.52, 0.00. Web safe color of #febf7b is #ffcc66. Color #febf7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01111011
Octal 376 277 173
Decimal 254 191 123
Hex FE BF 7B

RGB Percentages of Color #febf7b

%44.72
%33.63
%21.65

CMYK Percentages of Color #febf7b

%0
%25
%52
%0

Triadic Colors of #febf7b

#febf7b #7bfebf #bf7bfe

Analogous Colors of #febf7b

#febf7b #fcfe7b #fe7e7b

Monochromatic Colors of #febf7b

#febf7b

Complementary Color

#febf7b #7bbafe

#febf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf7b Color CSS Codes

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

#febf7b Text Font Color

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

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


#febf7b Background Color

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

This div background color is #febf7b


#febf7b Border Color

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

This div border color is #febf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf7b

Related Colors


Comments

No comments written yet.

Please login to write comment.