Color Hex Logo

#fbdd11 Color Hex

#FBDD11
(251,221,17)
0 Favorites   0 Comments

Color spaces of #fbdd11

RGB 25122117
HSL0.150.970.53
HSV52°93°98°
CMYK 0.000.120.93   0.02
XYZ65.741372.262611.0135
Yxy72.26260.44120.4849
Hunter Lab85.0074-10.718351.8236
CIE-Lab88.0948-6.500486.2876

#fbdd11 color RGB value is (251,221,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 00010001
Octal 373 335 21
Decimal 251 221 17
Hex FB DD 11

RGB Percentages of Color #fbdd11

%51.33
%45.19
%3.48

CMYK Percentages of Color #fbdd11

%0
%12
%93
%2

Triadic Colors of #fbdd11

#fbdd11 #11fbdd #dd11fb

Analogous Colors of #fbdd11

#fbdd11 #a4fb11 #fb6811

Monochromatic Colors of #fbdd11

#fbdd11

Complementary Color

#fbdd11 #112ffb

#fbdd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd11 Color CSS Codes

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

#fbdd11 Text Font Color

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

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


#fbdd11 Background Color

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

This div background color is #fbdd11


#fbdd11 Border Color

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

This div border color is #fbdd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd11


Comments

No comments written yet.

Please login to write comment.