Color Hex Logo

#fbbe2d Color Hex

#FBBE2D
(251,190,45)
0 Favorites   0 Comments

Color spaces of #fbbe2d

RGB 25119045
HSL0.120.960.58
HSV42°82°98°
CMYK 0.000.240.82   0.02
XYZ58.670857.525610.4939
Yxy57.52560.46310.4541
Hunter Lab75.84565.349844.8887
CIE-Lab80.47439.889474.6379

#fbbe2d color RGB value is (251,190,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 00101101
Octal 373 276 55
Decimal 251 190 45
Hex FB BE 2D

RGB Percentages of Color #fbbe2d

%51.65
%39.09
%9.26

CMYK Percentages of Color #fbbe2d

%0
%24
%82
%2

Triadic Colors of #fbbe2d

#fbbe2d #2dfbbe #be2dfb

Analogous Colors of #fbbe2d

#fbbe2d #d1fb2d #fb572d

Monochromatic Colors of #fbbe2d

#fbbe2d

Complementary Color

#fbbe2d #2d6afb

#fbbe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbe2d Color CSS Codes

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

#fbbe2d Text Font Color

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

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


#fbbe2d Background Color

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

This div background color is #fbbe2d


#fbbe2d Border Color

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

This div border color is #fbbe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbe2d

Related Colors


Comments

No comments written yet.

Please login to write comment.