Color Hex Logo

#fbbc80 Color Hex

#FBBC80
(251,188,128)
0 Favorites   0 Comments

Color spaces of #fbbc80

RGB 251188128
HSL0.080.940.74
HSV29°49°98°
CMYK 0.000.250.49   0.02
XYZ61.663258.034228.3738
Yxy58.03420.41640.3919
Hunter Lab76.180211.169531.2432
CIE-Lab80.757815.785739.0773

#fbbc80 color RGB value is (251,188,128).

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

The process color (four color CMYK) of #fbbc80 color hex is 0.00, 0.25, 0.49, 0.02. Web safe color of #fbbc80 is #ffcc99. Color #fbbc80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 10000000
Octal 373 274 200
Decimal 251 188 128
Hex FB BC 80

RGB Percentages of Color #fbbc80

%44.27
%33.16
%22.57

CMYK Percentages of Color #fbbc80

%0
%25
%49
%2

Triadic Colors of #fbbc80

#fbbc80 #80fbbc #bc80fb

Analogous Colors of #fbbc80

#fbbc80 #fbfa80 #fb8082

Monochromatic Colors of #fbbc80

#fbbc80

Complementary Color

#fbbc80 #80bffb

#fbbc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc80 Color CSS Codes

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

#fbbc80 Text Font Color

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

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


#fbbc80 Background Color

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

This div background color is #fbbc80


#fbbc80 Border Color

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

This div border color is #fbbc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc80

Related Colors


Comments

No comments written yet.

Please login to write comment.