Color Hex Logo

#fbdd0f Color Hex

#FBDD0F
(251,221,15)
0 Favorites   0 Comments

Color spaces of #fbdd0f

RGB 25122115
HSL0.150.970.52
HSV52°94°98°
CMYK 0.000.120.94   0.02
XYZ65.726372.256610.9347
Yxy72.25660.44140.4852
Hunter Lab85.0039-10.737951.8758
CIE-Lab88.0920-6.521686.5054

#fbdd0f color RGB value is (251,221,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 00001111
Octal 373 335 17
Decimal 251 221 15
Hex FB DD F

RGB Percentages of Color #fbdd0f

%51.54
%45.38
%3.08

CMYK Percentages of Color #fbdd0f

%0
%12
%94
%2

Triadic Colors of #fbdd0f

#fbdd0f #0ffbdd #dd0ffb

Analogous Colors of #fbdd0f

#fbdd0f #a3fb0f #fb670f

Monochromatic Colors of #fbdd0f

#fbdd0f

Complementary Color

#fbdd0f #0f2dfb

#fbdd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd0f Color CSS Codes

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

#fbdd0f Text Font Color

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

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


#fbdd0f Background Color

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

This div background color is #fbdd0f


#fbdd0f Border Color

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

This div border color is #fbdd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd0f


Comments

No comments written yet.

Please login to write comment.