Color Hex Logo

#fbdc8a Color Hex

#FBDC8A
(251,220,138)
0 Favorites   0 Comments

Color spaces of #fbdc8a

RGB 251220138
HSL0.120.930.76
HSV44°45°98°
CMYK 0.000.120.45   0.02
XYZ69.964373.530634.5501
Yxy73.53060.39300.4130
Hunter Lab85.7500-4.422536.1361
CIE-Lab88.70020.162844.1033

#fbdc8a color RGB value is (251,220,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10001010
Octal 373 334 212
Decimal 251 220 138
Hex FB DC 8A

RGB Percentages of Color #fbdc8a

%41.22
%36.12
%22.66

CMYK Percentages of Color #fbdc8a

%0
%12
%45
%2

Triadic Colors of #fbdc8a

#fbdc8a #8afbdc #dc8afb

Analogous Colors of #fbdc8a

#fbdc8a #e2fb8a #fba48a

Monochromatic Colors of #fbdc8a

#fbdc8a

Complementary Color

#fbdc8a #8aa9fb

#fbdc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc8a Color CSS Codes

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

#fbdc8a Text Font Color

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

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


#fbdc8a Background Color

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

This div background color is #fbdc8a


#fbdc8a Border Color

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

This div border color is #fbdc8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,220,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 #fbdc8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc8a


Comments

No comments written yet.

Please login to write comment.