Color Hex Logo

#fbdd09 Color Hex

#FBDD09
(251,221,9)
0 Favorites   0 Comments

Color spaces of #fbdd09

RGB 2512219
HSL0.150.970.51
HSV53°96°98°
CMYK 0.000.120.96   0.02
XYZ65.689472.241910.7403
Yxy72.24190.44180.4859
Hunter Lab84.9952-10.786252.0046
CIE-Lab88.0849-6.573987.0475

#fbdd09 color RGB value is (251,221,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 00001001
Octal 373 335 11
Decimal 251 221 9
Hex FB DD 9

RGB Percentages of Color #fbdd09

%52.18
%45.95
%1.87

CMYK Percentages of Color #fbdd09

%0
%12
%96
%2

Triadic Colors of #fbdd09

#fbdd09 #09fbdd #dd09fb

Analogous Colors of #fbdd09

#fbdd09 #a0fb09 #fb6409

Monochromatic Colors of #fbdd09

#fbdd09

Complementary Color

#fbdd09 #0927fb

#fbdd09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd09 Color CSS Codes

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

#fbdd09 Text Font Color

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

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


#fbdd09 Background Color

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

This div background color is #fbdd09


#fbdd09 Border Color

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

This div border color is #fbdd09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd09


Comments

No comments written yet.

Please login to write comment.