Color Hex Logo

#fbd409 Color Hex

#FBD409
(251,212,9)
0 Favorites   0 Comments

Color spaces of #fbd409

RGB 2512129
HSL0.140.970.51
HSV50°96°98°
CMYK 0.000.160.96   0.02
XYZ63.376567.61599.9693
Yxy67.61590.44960.4797
Hunter Lab82.2289-6.324850.3720
CIE-Lab85.8140-2.036185.3985

#fbd409 color RGB value is (251,212,9).

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

The process color (four color CMYK) of #fbd409 color hex is 0.00, 0.16, 0.96, 0.02. Web safe color of #fbd409 is #ffcc00. Color #fbd409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 00001001
Octal 373 324 11
Decimal 251 212 9
Hex FB D4 9

RGB Percentages of Color #fbd409

%53.18
%44.92
%1.91

CMYK Percentages of Color #fbd409

%0
%16
%96
%2

Triadic Colors of #fbd409

#fbd409 #09fbd4 #d409fb

Analogous Colors of #fbd409

#fbd409 #a9fb09 #fb5b09

Monochromatic Colors of #fbd409

#fbd409

Complementary Color

#fbd409 #0930fb

#fbd409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd409 Color CSS Codes

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

#fbd409 Text Font Color

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

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


#fbd409 Background Color

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

This div background color is #fbd409


#fbd409 Border Color

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

This div border color is #fbd409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd409


Comments

No comments written yet.

Please login to write comment.