Color Hex Logo

#fbb27e Color Hex

#FBB27E
(251,178,126)
0 Favorites   0 Comments

Color spaces of #fbb27e

RGB 251178126
HSL0.070.940.74
HSV25°50°98°
CMYK 0.000.290.50   0.02
XYZ59.470053.856426.9996
Yxy53.85640.42380.3838
Hunter Lab73.386916.222629.5576
CIE-Lab78.377920.849937.0706

#fbb27e color RGB value is (251,178,126).

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

The process color (four color CMYK) of #fbb27e color hex is 0.00, 0.29, 0.50, 0.02. Web safe color of #fbb27e is #ff9966. Color #fbb27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 01111110
Octal 373 262 176
Decimal 251 178 126
Hex FB B2 7E

RGB Percentages of Color #fbb27e

%45.23
%32.07
%22.70

CMYK Percentages of Color #fbb27e

%0
%29
%50
%2

Triadic Colors of #fbb27e

#fbb27e #7efbb2 #b27efb

Analogous Colors of #fbb27e

#fbb27e #fbf17e #fb7e89

Monochromatic Colors of #fbb27e

#fbb27e

Complementary Color

#fbb27e #7ec7fb

#fbb27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb27e Color CSS Codes

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

#fbb27e Text Font Color

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

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


#fbb27e Background Color

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

This div background color is #fbb27e


#fbb27e Border Color

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

This div border color is #fbb27e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,178,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb27e

Related Colors


Comments

No comments written yet.

Please login to write comment.