Color Hex Logo

#fbd126 Color Hex

#FBD126
(251,209,38)
0 Favorites   0 Comments

Color spaces of #fbd126

RGB 25120938
HSL0.130.960.57
HSV48°85°98°
CMYK 0.000.170.85   0.02
XYZ62.934066.250111.3043
Yxy66.25010.44800.4716
Hunter Lab81.3942-4.423548.7415
CIE-Lab85.1238-0.080280.3521

#fbd126 color RGB value is (251,209,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 00100110
Octal 373 321 46
Decimal 251 209 38
Hex FB D1 26

RGB Percentages of Color #fbd126

%50.40
%41.97
%7.63

CMYK Percentages of Color #fbd126

%0
%17
%85
%2

Triadic Colors of #fbd126

#fbd126 #26fbd1 #d126fb

Analogous Colors of #fbd126

#fbd126 #bbfb26 #fb6726

Monochromatic Colors of #fbd126

#fbd126

Complementary Color

#fbd126 #2650fb

#fbd126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd126 Color CSS Codes

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

#fbd126 Text Font Color

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

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


#fbd126 Background Color

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

This div background color is #fbd126


#fbd126 Border Color

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

This div border color is #fbd126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd126

Related Colors


Comments

No comments written yet.

Please login to write comment.