Color Hex Logo

#fbe655 Color Hex

#FBE655
(251,230,85)
0 Favorites   0 Comments

Color spaces of #fbe655

RGB 25123085
HSL0.150.950.66
HSV52°66°98°
CMYK 0.000.080.66   0.02
XYZ69.720277.758719.9286
Yxy77.75870.41650.4645
Hunter Lab88.1809-13.185648.3273
CIE-Lab90.6697-8.852170.3593

#fbe655 color RGB value is (251,230,85).

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

The process color (four color CMYK) of #fbe655 color hex is 0.00, 0.08, 0.66, 0.02. Web safe color of #fbe655 is #ffff66. Color #fbe655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 01010101
Octal 373 346 125
Decimal 251 230 85
Hex FB E6 55

RGB Percentages of Color #fbe655

%44.35
%40.64
%15.02

CMYK Percentages of Color #fbe655

%0
%8
%66
%2

Triadic Colors of #fbe655

#fbe655 #55fbe6 #e655fb

Analogous Colors of #fbe655

#fbe655 #bdfb55 #fb9355

Monochromatic Colors of #fbe655

#fbe655

Complementary Color

#fbe655 #556afb

#fbe655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe655 Color CSS Codes

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

#fbe655 Text Font Color

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

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


#fbe655 Background Color

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

This div background color is #fbe655


#fbe655 Border Color

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

This div border color is #fbe655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe655


Comments

No comments written yet.

Please login to write comment.