Color Hex Logo

#fbe054 Color Hex

#FBE054
(251,224,84)
0 Favorites   0 Comments

Color spaces of #fbe054

RGB 25122484
HSL0.140.950.66
HSV50°67°98°
CMYK 0.000.110.67   0.02
XYZ68.039574.460619.1738
Yxy74.46060.42080.4606
Hunter Lab86.2906-10.262547.2291
CIE-Lab89.1397-5.910469.1736

#fbe054 color RGB value is (251,224,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01010100
Octal 373 340 124
Decimal 251 224 84
Hex FB E0 54

RGB Percentages of Color #fbe054

%44.90
%40.07
%15.03

CMYK Percentages of Color #fbe054

%0
%11
%67
%2

Triadic Colors of #fbe054

#fbe054 #54fbe0 #e054fb

Analogous Colors of #fbe054

#fbe054 #c3fb54 #fb8d54

Monochromatic Colors of #fbe054

#fbe054

Complementary Color

#fbe054 #546ffb

#fbe054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe054 Color CSS Codes

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

#fbe054 Text Font Color

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

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


#fbe054 Background Color

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

This div background color is #fbe054


#fbe054 Border Color

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

This div border color is #fbe054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe054

Related Colors


Comments

No comments written yet.

Please login to write comment.