Color Hex Logo

#fbe34e Color Hex

#FBE34E
(251,227,78)
0 Favorites   0 Comments

Color spaces of #fbe34e

RGB 25122778
HSL0.140.960.65
HSV52°69°98°
CMYK 0.000.100.69   0.02
XYZ68.627975.997518.2596
Yxy75.99750.42130.4666
Hunter Lab87.1765-12.038648.6050
CIE-Lab89.8582-7.721672.2230

#fbe34e color RGB value is (251,227,78).

#fbe34e hex color red value is 251, green value is 227 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fbe34e hue: 0.14 , saturation: 0.96 and the lightness value of fbe34e is 0.65.

The process color (four color CMYK) of #fbe34e color hex is 0.00, 0.10, 0.69, 0.02. Web safe color of #fbe34e is #ffcc66. Color #fbe34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 01001110
Octal 373 343 116
Decimal 251 227 78
Hex FB E3 4E

RGB Percentages of Color #fbe34e

%45.14
%40.83
%14.03

CMYK Percentages of Color #fbe34e

%0
%10
%69
%2

Triadic Colors of #fbe34e

#fbe34e #4efbe3 #e34efb

Analogous Colors of #fbe34e

#fbe34e #bdfb4e #fb8d4e

Monochromatic Colors of #fbe34e

#fbe34e

Complementary Color

#fbe34e #4e66fb

#fbe34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe34e Color CSS Codes

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

#fbe34e Text Font Color

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

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


#fbe34e Background Color

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

This div background color is #fbe34e


#fbe34e Border Color

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

This div border color is #fbe34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe34e

Related Colors


Comments

No comments written yet.

Please login to write comment.