Color Hex Logo

#fbe448 Color Hex

#FBE448
(251,228,72)
0 Favorites   0 Comments

Color spaces of #fbe448

RGB 25122872
HSL0.150.960.63
HSV52°71°98°
CMYK 0.000.090.71   0.02
XYZ68.696876.463917.2692
Yxy76.46390.42290.4708
Hunter Lab87.4436-12.794649.5014
CIE-Lab90.0743-8.503074.6269

#fbe448 color RGB value is (251,228,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01001000
Octal 373 344 110
Decimal 251 228 72
Hex FB E4 48

RGB Percentages of Color #fbe448

%45.55
%41.38
%13.07

CMYK Percentages of Color #fbe448

%0
%9
%71
%2

Triadic Colors of #fbe448

#fbe448 #48fbe4 #e448fb

Analogous Colors of #fbe448

#fbe448 #b9fb48 #fb8b48

Monochromatic Colors of #fbe448

#fbe448

Complementary Color

#fbe448 #485ffb

#fbe448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe448 Color CSS Codes

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

#fbe448 Text Font Color

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

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


#fbe448 Background Color

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

This div background color is #fbe448


#fbe448 Border Color

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

This div border color is #fbe448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe448


Comments

No comments written yet.

Please login to write comment.