color codes Logo

#fbe35e color codes

#FBE35E
(251,227,94)
0 Favorites   0 Comments

Color spaces of #fbe35e

RGB 25122794
HSL0.140.950.68
HSV51°63°98°
CMYK 0.000.100.63   0.02
XYZ69.273176.255621.6574
Yxy76.25560.41430.4561
Hunter Lab87.3245-11.216646.4226
CIE-Lab89.9779-6.836265.9736

#fbe35e color RGB value is (251,227,94).

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

The process color (four color CMYK) of #fbe35e color code is 0.00, 0.10, 0.63, 0.02. Web safe color of #fbe35e is #ffcc66. Color #fbe35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 01011110
Octal 373 343 136
Decimal 251 227 94
Hex FB E3 5E

RGB Percentages of Color #fbe35e

%43.88
%39.69
%16.43

CMYK Percentages of Color #fbe35e

%0
%10
%63
%2

Triadic Colors of #fbe35e

#fbe35e #5efbe3 #e35efb

Analogous Colors of #fbe35e

#fbe35e #c5fb5e #fb955e

Monochromatic Colors of #fbe35e

#fbe35e

Complementary Color

#fbe35e #5e76fb

#fbe35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe35e Color CSS Codes

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

#fbe35e Text Font Color

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

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


#fbe35e Background Color

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

This div background color is #fbe35e


#fbe35e Border Color

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

This div border color is #fbe35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe35e


Comments

No comments written yet.

Please login to write comment.