Color Hex Logo

#fbbc7c Color Hex

#FBBC7C
(251,188,124)
0 Favorites   0 Comments

Color spaces of #fbbc7c

RGB 251188124
HSL0.080.940.74
HSV30°51°98°
CMYK 0.000.250.51   0.02
XYZ61.405057.930927.0142
Yxy57.93090.41960.3958
Hunter Lab76.112410.811532.2351
CIE-Lab80.700415.428341.0521

#fbbc7c color RGB value is (251,188,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 01111100
Octal 373 274 174
Decimal 251 188 124
Hex FB BC 7C

RGB Percentages of Color #fbbc7c

%44.58
%33.39
%22.02

CMYK Percentages of Color #fbbc7c

%0
%25
%51
%2

Triadic Colors of #fbbc7c

#fbbc7c #7cfbbc #bc7cfb

Analogous Colors of #fbbc7c

#fbbc7c #fbfb7c #fb7d7c

Monochromatic Colors of #fbbc7c

#fbbc7c

Complementary Color

#fbbc7c #7cbbfb

#fbbc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc7c Color CSS Codes

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

#fbbc7c Text Font Color

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

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


#fbbc7c Background Color

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

This div background color is #fbbc7c


#fbbc7c Border Color

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

This div border color is #fbbc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc7c


Comments

No comments written yet.

Please login to write comment.