Color Hex Logo

#fbe654 Color Hex

#FBE654
(251,230,84)
0 Favorites   0 Comments

Color spaces of #fbe654

RGB 25123084
HSL0.150.950.66
HSV52°67°98°
CMYK 0.000.080.67   0.02
XYZ69.680777.743019.7208
Yxy77.74300.41690.4651
Hunter Lab88.1720-13.235748.4594
CIE-Lab90.6625-8.906370.7430

#fbe654 color RGB value is (251,230,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 01010100
Octal 373 346 124
Decimal 251 230 84
Hex FB E6 54

RGB Percentages of Color #fbe654

%44.42
%40.71
%14.87

CMYK Percentages of Color #fbe654

%0
%8
%67
%2

Triadic Colors of #fbe654

#fbe654 #54fbe6 #e654fb

Analogous Colors of #fbe654

#fbe654 #bdfb54 #fb9354

Monochromatic Colors of #fbe654

#fbe654

Complementary Color

#fbe654 #5469fb

#fbe654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe654 Color CSS Codes

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

#fbe654 Text Font Color

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

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


#fbe654 Background Color

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

This div background color is #fbe654


#fbe654 Border Color

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

This div border color is #fbe654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe654


Comments

No comments written yet.

Please login to write comment.