Color Hex Logo

#fbdd7d Color Hex

#FBDD7D
(251,221,125)
0 Favorites   0 Comments

Color spaces of #fbdd7d

RGB 251221125
HSL0.130.940.74
HSV46°50°98°
CMYK 0.000.120.50   0.02
XYZ69.341873.702829.9734
Yxy73.70280.40080.4260
Hunter Lab85.8503-6.062639.3950
CIE-Lab88.7818-1.532150.5549

#fbdd7d color RGB value is (251,221,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 01111101
Octal 373 335 175
Decimal 251 221 125
Hex FB DD 7D

RGB Percentages of Color #fbdd7d

%42.04
%37.02
%20.94

CMYK Percentages of Color #fbdd7d

%0
%12
%50
%2

Triadic Colors of #fbdd7d

#fbdd7d #7dfbdd #dd7dfb

Analogous Colors of #fbdd7d

#fbdd7d #dafb7d #fb9e7d

Monochromatic Colors of #fbdd7d

#fbdd7d

Complementary Color

#fbdd7d #7d9bfb

#fbdd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd7d Color CSS Codes

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

#fbdd7d Text Font Color

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

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


#fbdd7d Background Color

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

This div background color is #fbdd7d


#fbdd7d Border Color

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

This div border color is #fbdd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd7d

#fbdd7d Color Palettes


Comments

No comments written yet.

Please login to write comment.