Color Hex Logo

#fbe52c Color Hex

#FBE52C
(251,229,44)
0 Favorites   0 Comments

Color spaces of #fbe52c

RGB 25122944
HSL0.150.960.58
HSV54°82°98°
CMYK 0.000.090.82   0.02
XYZ68.257676.729713.5956
Yxy76.72970.43040.4838
Hunter Lab87.5955-14.198452.1145
CIE-Lab90.1971-9.990583.1346

#fbe52c color RGB value is (251,229,44).

#fbe52c hex color red value is 251, green value is 229 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fbe52c hue: 0.15 , saturation: 0.96 and the lightness value of fbe52c is 0.58.

The process color (four color CMYK) of #fbe52c color hex is 0.00, 0.09, 0.82, 0.02. Web safe color of #fbe52c is #ffcc33. Color #fbe52c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 00101100
Octal 373 345 54
Decimal 251 229 44
Hex FB E5 2C

RGB Percentages of Color #fbe52c

%47.90
%43.70
%8.40

CMYK Percentages of Color #fbe52c

%0
%9
%82
%2

Triadic Colors of #fbe52c

#fbe52c #2cfbe5 #e52cfb

Analogous Colors of #fbe52c

#fbe52c #aafb2c #fb7e2c

Monochromatic Colors of #fbe52c

#fbe52c

Complementary Color

#fbe52c #2c42fb

#fbe52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe52c Color CSS Codes

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

#fbe52c Text Font Color

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

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


#fbe52c Background Color

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

This div background color is #fbe52c


#fbe52c Border Color

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

This div border color is #fbe52c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe52c


Comments

No comments written yet.

Please login to write comment.