Color Hex Logo

#fbe254 Color Hex

#FBE254
(251,226,84)
0 Favorites   0 Comments

Color spaces of #fbe254

RGB 25122684
HSL0.140.950.66
HSV51°67°98°
CMYK 0.000.100.67   0.02
XYZ68.580375.542019.3540
Yxy75.54200.41950.4621
Hunter Lab86.9149-11.255547.6379
CIE-Lab89.6463-6.911969.6968

#fbe254 color RGB value is (251,226,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 01010100
Octal 373 342 124
Decimal 251 226 84
Hex FB E2 54

RGB Percentages of Color #fbe254

%44.74
%40.29
%14.97

CMYK Percentages of Color #fbe254

%0
%10
%67
%2

Triadic Colors of #fbe254

#fbe254 #54fbe2 #e254fb

Analogous Colors of #fbe254

#fbe254 #c1fb54 #fb8f54

Monochromatic Colors of #fbe254

#fbe254

Complementary Color

#fbe254 #546dfb

#fbe254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe254 Color CSS Codes

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

#fbe254 Text Font Color

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

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


#fbe254 Background Color

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

This div background color is #fbe254


#fbe254 Border Color

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

This div border color is #fbe254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe254


Comments

No comments written yet.

Please login to write comment.