Color Hex Logo

#fbdd7e Color Hex

#FBDD7E
(251,221,126)
0 Favorites   0 Comments

Color spaces of #fbdd7e

RGB 251221126
HSL0.130.940.74
HSV46°50°98°
CMYK 0.000.120.50   0.02
XYZ69.406073.728530.3116
Yxy73.72850.40020.4251
Hunter Lab85.8653-5.980539.1755
CIE-Lab88.7940-1.445750.0884

#fbdd7e color RGB value is (251,221,126).

#fbdd7e hex color red value is 251, green value is 221 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fbdd7e hue: 0.13 , saturation: 0.94 and the lightness value of fbdd7e is 0.74.

The process color (four color CMYK) of #fbdd7e color hex is 0.00, 0.12, 0.50, 0.02. Web safe color of #fbdd7e is #ffcc66. Color #fbdd7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 01111110
Octal 373 335 176
Decimal 251 221 126
Hex FB DD 7E

RGB Percentages of Color #fbdd7e

%41.97
%36.96
%21.07

CMYK Percentages of Color #fbdd7e

%0
%12
%50
%2

Triadic Colors of #fbdd7e

#fbdd7e #7efbdd #dd7efb

Analogous Colors of #fbdd7e

#fbdd7e #dbfb7e #fb9f7e

Monochromatic Colors of #fbdd7e

#fbdd7e

Complementary Color

#fbdd7e #7e9cfb

#fbdd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd7e Color CSS Codes

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

#fbdd7e Text Font Color

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

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


#fbdd7e Background Color

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

This div background color is #fbdd7e


#fbdd7e Border Color

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

This div border color is #fbdd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd7e


Comments

No comments written yet.

Please login to write comment.