Color Hex Logo

#fbae7b Color Hex

#FBAE7B
(251,174,123)
0 Favorites   0 Comments

Color spaces of #fbae7b

RGB 251174123
HSL0.070.940.73
HSV24°51°98°
CMYK 0.000.310.51   0.02
XYZ58.494952.211425.7337
Yxy52.21140.42870.3827
Hunter Lab72.257518.051429.4647
CIE-Lab77.407122.684437.3920

#fbae7b color RGB value is (251,174,123).

#fbae7b hex color red value is 251, green value is 174 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fbae7b hue: 0.07 , saturation: 0.94 and the lightness value of fbae7b is 0.73.

The process color (four color CMYK) of #fbae7b color hex is 0.00, 0.31, 0.51, 0.02. Web safe color of #fbae7b is #ff9966. Color #fbae7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 01111011
Octal 373 256 173
Decimal 251 174 123
Hex FB AE 7B

RGB Percentages of Color #fbae7b

%45.80
%31.75
%22.45

CMYK Percentages of Color #fbae7b

%0
%31
%51
%2

Triadic Colors of #fbae7b

#fbae7b #7bfbae #ae7bfb

Analogous Colors of #fbae7b

#fbae7b #fbee7b #fb7b88

Monochromatic Colors of #fbae7b

#fbae7b

Complementary Color

#fbae7b #7bc8fb

#fbae7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae7b Color CSS Codes

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

#fbae7b Text Font Color

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

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


#fbae7b Background Color

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

This div background color is #fbae7b


#fbae7b Border Color

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

This div border color is #fbae7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae7b


Comments

No comments written yet.

Please login to write comment.