Color Hex Logo

#fbe083 Color Hex

#FBE083
(251,224,131)
0 Favorites   0 Comments

Color spaces of #fbe083

RGB 251224131
HSL0.130.940.75
HSV47°48°98°
CMYK 0.000.110.48   0.02
XYZ70.536075.459232.3202
Yxy75.45920.39560.4232
Hunter Lab86.8673-7.076138.7474
CIE-Lab89.6077-2.522448.6682

#fbe083 color RGB value is (251,224,131).

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

The process color (four color CMYK) of #fbe083 color hex is 0.00, 0.11, 0.48, 0.02. Web safe color of #fbe083 is #ffcc99. Color #fbe083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 10000011
Octal 373 340 203
Decimal 251 224 131
Hex FB E0 83

RGB Percentages of Color #fbe083

%41.42
%36.96
%21.62

CMYK Percentages of Color #fbe083

%0
%11
%48
%2

Triadic Colors of #fbe083

#fbe083 #83fbe0 #e083fb

Analogous Colors of #fbe083

#fbe083 #dafb83 #fba483

Monochromatic Colors of #fbe083

#fbe083

Complementary Color

#fbe083 #839efb

#fbe083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe083 Color CSS Codes

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

#fbe083 Text Font Color

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

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


#fbe083 Background Color

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

This div background color is #fbe083


#fbe083 Border Color

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

This div border color is #fbe083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe083

Related Colors


Comments

No comments written yet.

Please login to write comment.