color codes Logo

#fbe82d color codes

#FBE82D
(251,232,45)
0 Favorites   0 Comments

Color spaces of #fbe82d

RGB 25123245
HSL0.150.960.58
HSV54°82°98°
CMYK 0.000.080.82   0.02
XYZ69.113978.411913.9749
Yxy78.41190.42790.4855
Hunter Lab88.5505-15.643652.6283
CIE-Lab90.9675-11.446983.5419

#fbe82d color RGB value is (251,232,45).

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

The process color (four color CMYK) of #fbe82d color code is 0.00, 0.08, 0.82, 0.02. Web safe color of #fbe82d is #ffff33. Color #fbe82d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 00101101
Octal 373 350 55
Decimal 251 232 45
Hex FB E8 2D

RGB Percentages of Color #fbe82d

%47.54
%43.94
%8.52

CMYK Percentages of Color #fbe82d

%0
%8
%82
%2

Triadic Colors of #fbe82d

#fbe82d #2dfbe8 #e82dfb

Analogous Colors of #fbe82d

#fbe82d #a7fb2d #fb812d

Monochromatic Colors of #fbe82d

#fbe82d

Complementary Color

#fbe82d #2d40fb

#fbe82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe82d Color CSS Codes

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

#fbe82d Text Font Color

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

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


#fbe82d Background Color

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

This div background color is #fbe82d


#fbe82d Border Color

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

This div border color is #fbe82d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,232,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 #fbe82d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe82d

#fbe82d Color Palettes


Comments

No comments written yet.

Please login to write comment.