Color Hex Logo

#febc7b Color Hex

#FEBC7B
(254,188,123)
0 Favorites   0 Comments

Color spaces of #febc7b

RGB 254188123
HSL0.080.980.74
HSV30°52°100°
CMYK 0.000.260.52   0.00
XYZ62.431458.467326.7337
Yxy58.46730.42290.3960
Hunter Lab76.463911.930232.7955
CIE-Lab80.997916.540842.0016

#febc7b color RGB value is (254,188,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 01111011
Octal 376 274 173
Decimal 254 188 123
Hex FE BC 7B

RGB Percentages of Color #febc7b

%44.96
%33.27
%21.77

CMYK Percentages of Color #febc7b

%0
%26
%52
%0

Triadic Colors of #febc7b

#febc7b #7bfebc #bc7bfe

Analogous Colors of #febc7b

#febc7b #fefe7b #fe7b7c

Monochromatic Colors of #febc7b

#febc7b

Complementary Color

#febc7b #7bbdfe

#febc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc7b Color CSS Codes

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

#febc7b Text Font Color

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

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


#febc7b Background Color

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

This div background color is #febc7b


#febc7b Border Color

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

This div border color is #febc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc7b


Comments

No comments written yet.

Please login to write comment.