Color Hex Logo

#fbe06e Color Hex

#FBE06E
(251,224,110)
0 Favorites   0 Comments

Color spaces of #fbe06e

RGB 251224110
HSL0.130.950.71
HSV49°56°98°
CMYK 0.000.110.56   0.02
XYZ69.253874.946325.5679
Yxy74.94630.40790.4415
Hunter Lab86.5715-8.707243.0895
CIE-Lab89.3678-4.248558.2801

#fbe06e color RGB value is (251,224,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01101110
Octal 373 340 156
Decimal 251 224 110
Hex FB E0 6E

RGB Percentages of Color #fbe06e

%42.91
%38.29
%18.80

CMYK Percentages of Color #fbe06e

%0
%11
%56
%2

Triadic Colors of #fbe06e

#fbe06e #6efbe0 #e06efb

Analogous Colors of #fbe06e

#fbe06e #d0fb6e #fb9a6e

Monochromatic Colors of #fbe06e

#fbe06e

Complementary Color

#fbe06e #6e89fb

#fbe06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe06e Color CSS Codes

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

#fbe06e Text Font Color

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

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


#fbe06e Background Color

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

This div background color is #fbe06e


#fbe06e Border Color

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

This div border color is #fbe06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe06e


Comments

No comments written yet.

Please login to write comment.