Color Hex Logo

#fbe06a Color Hex

#FBE06A
(251,224,106)
0 Favorites   0 Comments

Color spaces of #fbe06a

RGB 251224106
HSL0.140.950.70
HSV49°58°98°
CMYK 0.000.110.58   0.02
XYZ69.040874.861124.4465
Yxy74.86110.41010.4447
Hunter Lab86.5223-8.979343.8135
CIE-Lab89.3279-4.538160.0422

#fbe06a color RGB value is (251,224,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01101010
Octal 373 340 152
Decimal 251 224 106
Hex FB E0 6A

RGB Percentages of Color #fbe06a

%43.20
%38.55
%18.24

CMYK Percentages of Color #fbe06a

%0
%11
%58
%2

Triadic Colors of #fbe06a

#fbe06a #6afbe0 #e06afb

Analogous Colors of #fbe06a

#fbe06a #cefb6a #fb986a

Monochromatic Colors of #fbe06a

#fbe06a

Complementary Color

#fbe06a #6a85fb

#fbe06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe06a Color CSS Codes

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

#fbe06a Text Font Color

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

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


#fbe06a Background Color

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

This div background color is #fbe06a


#fbe06a Border Color

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

This div border color is #fbe06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe06a


Comments

No comments written yet.

Please login to write comment.