Color Hex Logo

#fbe354 Color Hex

#FBE354
(251,227,84)
0 Favorites   0 Comments

Color spaces of #fbe354

RGB 25122784
HSL0.140.950.66
HSV51°67°98°
CMYK 0.000.100.67   0.02
XYZ68.853076.087519.4449
Yxy76.08750.41890.4629
Hunter Lab87.2281-11.751447.8428
CIE-Lab89.9000-7.411769.9584

#fbe354 color RGB value is (251,227,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 01010100
Octal 373 343 124
Decimal 251 227 84
Hex FB E3 54

RGB Percentages of Color #fbe354

%44.66
%40.39
%14.95

CMYK Percentages of Color #fbe354

%0
%10
%67
%2

Triadic Colors of #fbe354

#fbe354 #54fbe3 #e354fb

Analogous Colors of #fbe354

#fbe354 #c0fb54 #fb9054

Monochromatic Colors of #fbe354

#fbe354

Complementary Color

#fbe354 #546cfb

#fbe354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe354 Color CSS Codes

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

#fbe354 Text Font Color

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

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


#fbe354 Background Color

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

This div background color is #fbe354


#fbe354 Border Color

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

This div border color is #fbe354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe354

Related Colors


Comments

No comments written yet.

Please login to write comment.