Color Hex Logo

#fbd426 Color Hex

#FBD426
(251,212,38)
0 Favorites   0 Comments

Color spaces of #fbd426

RGB 25121238
HSL0.140.960.57
HSV49°85°98°
CMYK 0.000.160.85   0.02
XYZ63.677067.736111.5520
Yxy67.73610.44540.4738
Hunter Lab82.3019-5.923049.2893
CIE-Lab85.8743-1.606780.9645

#fbd426 color RGB value is (251,212,38).

#fbd426 hex color red value is 251, green value is 212 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fbd426 hue: 0.14 , saturation: 0.96 and the lightness value of fbd426 is 0.57.

The process color (four color CMYK) of #fbd426 color hex is 0.00, 0.16, 0.85, 0.02. Web safe color of #fbd426 is #ffcc33. Color #fbd426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 00100110
Octal 373 324 46
Decimal 251 212 38
Hex FB D4 26

RGB Percentages of Color #fbd426

%50.10
%42.32
%7.58

CMYK Percentages of Color #fbd426

%0
%16
%85
%2

Triadic Colors of #fbd426

#fbd426 #26fbd4 #d426fb

Analogous Colors of #fbd426

#fbd426 #b8fb26 #fb6a26

Monochromatic Colors of #fbd426

#fbd426

Complementary Color

#fbd426 #264dfb

#fbd426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd426 Color CSS Codes

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

#fbd426 Text Font Color

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

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


#fbd426 Background Color

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

This div background color is #fbd426


#fbd426 Border Color

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

This div border color is #fbd426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd426

Related Colors


Comments

No comments written yet.

Please login to write comment.