Color Hex Logo

#fbd826 Color Hex

#FBD826
(251,216,38)
0 Favorites   0 Comments

Color spaces of #fbd826

RGB 25121638
HSL0.140.960.57
HSV50°85°98°
CMYK 0.000.140.85   0.02
XYZ64.689469.760911.8894
Yxy69.76090.44200.4767
Hunter Lab83.5230-7.915250.0262
CIE-Lab86.8795-3.632881.7845

#fbd826 color RGB value is (251,216,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 00100110
Octal 373 330 46
Decimal 251 216 38
Hex FB D8 26

RGB Percentages of Color #fbd826

%49.70
%42.77
%7.52

CMYK Percentages of Color #fbd826

%0
%14
%85
%2

Triadic Colors of #fbd826

#fbd826 #26fbd8 #d826fb

Analogous Colors of #fbd826

#fbd826 #b4fb26 #fb6e26

Monochromatic Colors of #fbd826

#fbd826

Complementary Color

#fbd826 #2649fb

#fbd826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd826 Color CSS Codes

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

#fbd826 Text Font Color

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

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


#fbd826 Background Color

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

This div background color is #fbd826


#fbd826 Border Color

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

This div border color is #fbd826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd826

Related Colors


Comments

No comments written yet.

Please login to write comment.