Color Hex Logo

#fbe066 Color Hex

#FBE066
(251,224,102)
0 Favorites   0 Comments

Color spaces of #fbe066

RGB 251224102
HSL0.140.950.69
HSV49°59°98°
CMYK 0.000.110.59   0.02
XYZ68.837674.779823.3762
Yxy74.77980.41220.4478
Hunter Lab86.4753-9.239144.5053
CIE-Lab89.2897-4.815061.7769

#fbe066 color RGB value is (251,224,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01100110
Octal 373 340 146
Decimal 251 224 102
Hex FB E0 66

RGB Percentages of Color #fbe066

%43.50
%38.82
%17.68

CMYK Percentages of Color #fbe066

%0
%11
%59
%2

Triadic Colors of #fbe066

#fbe066 #66fbe0 #e066fb

Analogous Colors of #fbe066

#fbe066 #ccfb66 #fb9666

Monochromatic Colors of #fbe066

#fbe066

Complementary Color

#fbe066 #6681fb

#fbe066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe066 Color CSS Codes

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

#fbe066 Text Font Color

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

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


#fbe066 Background Color

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

This div background color is #fbe066


#fbe066 Border Color

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

This div border color is #fbe066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe066

Related Colors

#fbe066 Color Palettes


Comments

No comments written yet.

Please login to write comment.