Color Hex Logo

#fbcb80 Color Hex

#FBCB80
(251,203,128)
0 Favorites   0 Comments

Color spaces of #fbcb80

RGB 251203128
HSL0.100.940.74
HSV37°49°98°
CMYK 0.000.190.49   0.02
XYZ65.035964.779629.4980
Yxy64.77960.40820.4066
Hunter Lab80.48583.385434.6103
CIE-Lab84.37007.967643.6399

#fbcb80 color RGB value is (251,203,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10000000
Octal 373 313 200
Decimal 251 203 128
Hex FB CB 80

RGB Percentages of Color #fbcb80

%43.13
%34.88
%21.99

CMYK Percentages of Color #fbcb80

%0
%19
%49
%2

Triadic Colors of #fbcb80

#fbcb80 #80fbcb #cb80fb

Analogous Colors of #fbcb80

#fbcb80 #eefb80 #fb8e80

Monochromatic Colors of #fbcb80

#fbcb80

Complementary Color

#fbcb80 #80b0fb

#fbcb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb80 Color CSS Codes

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

#fbcb80 Text Font Color

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

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


#fbcb80 Background Color

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

This div background color is #fbcb80


#fbcb80 Border Color

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

This div border color is #fbcb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb80


Comments

No comments written yet.

Please login to write comment.