Color Hex Logo

#fbd78a Color Hex

#FBD78A
(251,215,138)
0 Favorites   0 Comments

Color spaces of #fbd78a

RGB 251215138
HSL0.110.930.76
HSV41°45°98°
CMYK 0.000.140.45   0.02
XYZ68.671570.945134.1191
Yxy70.94510.39530.4084
Hunter Lab84.2289-1.870334.9433
CIE-Lab87.45832.717642.5318

#fbd78a color RGB value is (251,215,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 10001010
Octal 373 327 212
Decimal 251 215 138
Hex FB D7 8A

RGB Percentages of Color #fbd78a

%41.56
%35.60
%22.85

CMYK Percentages of Color #fbd78a

%0
%14
%45
%2

Triadic Colors of #fbd78a

#fbd78a #8afbd7 #d78afb

Analogous Colors of #fbd78a

#fbd78a #e7fb8a #fb9f8a

Monochromatic Colors of #fbd78a

#fbd78a

Complementary Color

#fbd78a #8aaefb

#fbd78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd78a Color CSS Codes

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

#fbd78a Text Font Color

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

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


#fbd78a Background Color

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

This div background color is #fbd78a


#fbd78a Border Color

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

This div border color is #fbd78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd78a


Comments

No comments written yet.

Please login to write comment.