Color Hex Logo

#fbe455 Color Hex

#FBE455
(251,228,85)
0 Favorites   0 Comments

Color spaces of #fbe455

RGB 25122885
HSL0.140.950.66
HSV52°66°98°
CMYK 0.000.090.66   0.02
XYZ69.166876.651919.7441
Yxy76.65190.41780.4630
Hunter Lab87.5511-12.196447.9150
CIE-Lab90.1612-7.856469.8340

#fbe455 color RGB value is (251,228,85).

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

The process color (four color CMYK) of #fbe455 color hex is 0.00, 0.09, 0.66, 0.02. Web safe color of #fbe455 is #ffcc66. Color #fbe455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01010101
Octal 373 344 125
Decimal 251 228 85
Hex FB E4 55

RGB Percentages of Color #fbe455

%44.50
%40.43
%15.07

CMYK Percentages of Color #fbe455

%0
%9
%66
%2

Triadic Colors of #fbe455

#fbe455 #55fbe4 #e455fb

Analogous Colors of #fbe455

#fbe455 #bffb55 #fb9155

Monochromatic Colors of #fbe455

#fbe455

Complementary Color

#fbe455 #556cfb

#fbe455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe455 Color CSS Codes

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

#fbe455 Text Font Color

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

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


#fbe455 Background Color

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

This div background color is #fbe455


#fbe455 Border Color

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

This div border color is #fbe455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe455


Comments

No comments written yet.

Please login to write comment.