Color Hex Logo

#fbe07b Color Hex

#FBE07B
(251,224,123)
0 Favorites   0 Comments

Color spaces of #fbe07b

RGB 251224123
HSL0.130.940.73
HSV47°51°98°
CMYK 0.000.110.51   0.02
XYZ70.014575.250629.5736
Yxy75.25060.40050.4304
Hunter Lab86.7471-7.738240.5100
CIE-Lab89.5102-3.221052.3919

#fbe07b color RGB value is (251,224,123).

#fbe07b hex color red value is 251, green value is 224 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fbe07b hue: 0.13 , saturation: 0.94 and the lightness value of fbe07b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01111011
Octal 373 340 173
Decimal 251 224 123
Hex FB E0 7B

RGB Percentages of Color #fbe07b

%41.97
%37.46
%20.57

CMYK Percentages of Color #fbe07b

%0
%11
%51
%2

Triadic Colors of #fbe07b

#fbe07b #7bfbe0 #e07bfb

Analogous Colors of #fbe07b

#fbe07b #d6fb7b #fba07b

Monochromatic Colors of #fbe07b

#fbe07b

Complementary Color

#fbe07b #7b96fb

#fbe07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe07b Color CSS Codes

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

#fbe07b Text Font Color

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

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


#fbe07b Background Color

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

This div background color is #fbe07b


#fbe07b Border Color

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

This div border color is #fbe07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe07b


Comments

No comments written yet.

Please login to write comment.