Color Hex Logo

#fbe05f Color Hex

#FBE05F
(251,224,95)
0 Favorites   0 Comments

Color spaces of #fbe05f

RGB 25122495
HSL0.140.950.68
HSV50°62°98°
CMYK 0.000.110.62   0.02
XYZ68.504974.646821.6241
Yxy74.64680.41570.4530
Hunter Lab86.3984-9.665345.6395
CIE-Lab89.2273-5.270464.7393

#fbe05f color RGB value is (251,224,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01011111
Octal 373 340 137
Decimal 251 224 95
Hex FB E0 5F

RGB Percentages of Color #fbe05f

%44.04
%39.30
%16.67

CMYK Percentages of Color #fbe05f

%0
%11
%62
%2

Triadic Colors of #fbe05f

#fbe05f #5ffbe0 #e05ffb

Analogous Colors of #fbe05f

#fbe05f #c8fb5f #fb925f

Monochromatic Colors of #fbe05f

#fbe05f

Complementary Color

#fbe05f #5f7afb

#fbe05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe05f Color CSS Codes

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

#fbe05f Text Font Color

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

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


#fbe05f Background Color

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

This div background color is #fbe05f


#fbe05f Border Color

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

This div border color is #fbe05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe05f

Related Colors


Comments

No comments written yet.

Please login to write comment.