Color Hex Logo

#fbef6a Color Hex

#FBEF6A
(251,239,106)
0 Favorites   0 Comments

Color spaces of #fbef6a

RGB 251239106
HSL0.150.950.70
HSV55°58°98°
CMYK 0.000.050.58   0.02
XYZ73.251783.282825.8501
Yxy83.28280.40160.4566
Hunter Lab91.2594-16.426447.0871
CIE-Lab93.1381-12.003464.3283

#fbef6a color RGB value is (251,239,106).

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

The process color (four color CMYK) of #fbef6a color hex is 0.00, 0.05, 0.58, 0.02. Web safe color of #fbef6a is #ffff66. Color #fbef6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 01101010
Octal 373 357 152
Decimal 251 239 106
Hex FB EF 6A

RGB Percentages of Color #fbef6a

%42.11
%40.10
%17.79

CMYK Percentages of Color #fbef6a

%0
%5
%58
%2

Triadic Colors of #fbef6a

#fbef6a #6afbef #ef6afb

Analogous Colors of #fbef6a

#fbef6a #bffb6a #fba76a

Monochromatic Colors of #fbef6a

#fbef6a

Complementary Color

#fbef6a #6a76fb

#fbef6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbef6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbef6a Color CSS Codes

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

#fbef6a Text Font Color

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

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


#fbef6a Background Color

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

This div background color is #fbef6a


#fbef6a Border Color

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

This div border color is #fbef6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,239,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 #fbef6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbef6a


Comments

No comments written yet.

Please login to write comment.