Color Hex Logo

#fbb27c Color Hex

#FBB27C
(251,178,124)
0 Favorites   0 Comments

Color spaces of #fbb27c

RGB 251178124
HSL0.070.940.74
HSV26°51°98°
CMYK 0.000.290.51   0.02
XYZ59.342153.805326.3266
Yxy53.80530.42550.3858
Hunter Lab73.352116.041030.0669
CIE-Lab78.348120.671838.0719

#fbb27c color RGB value is (251,178,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 01111100
Octal 373 262 174
Decimal 251 178 124
Hex FB B2 7C

RGB Percentages of Color #fbb27c

%45.39
%32.19
%22.42

CMYK Percentages of Color #fbb27c

%0
%29
%51
%2

Triadic Colors of #fbb27c

#fbb27c #7cfbb2 #b27cfb

Analogous Colors of #fbb27c

#fbb27c #fbf27c #fb7c86

Monochromatic Colors of #fbb27c

#fbb27c

Complementary Color

#fbb27c #7cc5fb

#fbb27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb27c Color CSS Codes

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

#fbb27c Text Font Color

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

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


#fbb27c Background Color

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

This div background color is #fbb27c


#fbb27c Border Color

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

This div border color is #fbb27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb27c


Comments

No comments written yet.

Please login to write comment.