Color Hex Logo

#fbdd8a Color Hex

#FBDD8A
(251,221,138)
0 Favorites   0 Comments

Color spaces of #fbdd8a

RGB 251221138
HSL0.120.930.76
HSV44°45°98°
CMYK 0.000.120.45   0.02
XYZ70.227674.057134.6378
Yxy74.05710.39250.4139
Hunter Lab86.0564-4.931336.3752
CIE-Lab88.9495-0.346144.4178

#fbdd8a color RGB value is (251,221,138).

#fbdd8a hex color red value is 251, green value is 221 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fbdd8a hue: 0.12 , saturation: 0.93 and the lightness value of fbdd8a is 0.76.

The process color (four color CMYK) of #fbdd8a color hex is 0.00, 0.12, 0.45, 0.02. Web safe color of #fbdd8a is #ffcc99. Color #fbdd8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10001010
Octal 373 335 212
Decimal 251 221 138
Hex FB DD 8A

RGB Percentages of Color #fbdd8a

%41.15
%36.23
%22.62

CMYK Percentages of Color #fbdd8a

%0
%12
%45
%2

Triadic Colors of #fbdd8a

#fbdd8a #8afbdd #dd8afb

Analogous Colors of #fbdd8a

#fbdd8a #e1fb8a #fba58a

Monochromatic Colors of #fbdd8a

#fbdd8a

Complementary Color

#fbdd8a #8aa8fb

#fbdd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd8a Color CSS Codes

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

#fbdd8a Text Font Color

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

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


#fbdd8a Background Color

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

This div background color is #fbdd8a


#fbdd8a Border Color

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

This div border color is #fbdd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd8a


Comments

No comments written yet.

Please login to write comment.