Color Hex Logo

#fbe08e Color Hex

#FBE08E
(251,224,142)
0 Favorites   0 Comments

Color spaces of #fbe08e

RGB 251224142
HSL0.130.930.77
HSV45°43°98°
CMYK 0.000.110.43   0.02
XYZ71.321875.773536.4579
Yxy75.77350.38860.4128
Hunter Lab87.0480-6.081936.1014
CIE-Lab89.7541-1.478743.4544

#fbe08e color RGB value is (251,224,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 10001110
Octal 373 340 216
Decimal 251 224 142
Hex FB E0 8E

RGB Percentages of Color #fbe08e

%40.68
%36.30
%23.01

CMYK Percentages of Color #fbe08e

%0
%11
%43
%2

Triadic Colors of #fbe08e

#fbe08e #8efbe0 #e08efb

Analogous Colors of #fbe08e

#fbe08e #e0fb8e #fbaa8e

Monochromatic Colors of #fbe08e

#fbe08e

Complementary Color

#fbe08e #8ea9fb

#fbe08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe08e Color CSS Codes

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

#fbe08e Text Font Color

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

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


#fbe08e Background Color

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

This div background color is #fbe08e


#fbe08e Border Color

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

This div border color is #fbe08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe08e

Related Colors


Comments

No comments written yet.

Please login to write comment.