Color Hex Logo

#fbed1a Color Hex

#FBED1A
(251,237,26)
0 Favorites   0 Comments

Color spaces of #fbed1a

RGB 25123726
HSL0.160.970.54
HSV56°90°98°
CMYK 0.000.060.90   0.02
XYZ70.254381.152212.9384
Yxy81.15220.42750.4938
Hunter Lab90.0845-18.440954.5436
CIE-Lab92.1994-14.297188.2242

#fbed1a color RGB value is (251,237,26).

#fbed1a hex color red value is 251, green value is 237 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fbed1a hue: 0.16 , saturation: 0.97 and the lightness value of fbed1a is 0.54.

The process color (four color CMYK) of #fbed1a color hex is 0.00, 0.06, 0.90, 0.02. Web safe color of #fbed1a is #ffff33. Color #fbed1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 00011010
Octal 373 355 32
Decimal 251 237 26
Hex FB ED 1A

RGB Percentages of Color #fbed1a

%48.83
%46.11
%5.06

CMYK Percentages of Color #fbed1a

%0
%6
%90
%2

Triadic Colors of #fbed1a

#fbed1a #1afbed #ed1afb

Analogous Colors of #fbed1a

#fbed1a #99fb1a #fb7d1a

Monochromatic Colors of #fbed1a

#fbed1a

Complementary Color

#fbed1a #1a28fb

#fbed1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbed1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbed1a Color CSS Codes

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

#fbed1a Text Font Color

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

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


#fbed1a Background Color

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

This div background color is #fbed1a


#fbed1a Border Color

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

This div border color is #fbed1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbed1a

Related Colors


Comments

No comments written yet.

Please login to write comment.