Color Hex Logo

#fbd994 Color Hex

#FBD994
(251,217,148)
0 Favorites   0 Comments

Color spaces of #fbd994

RGB 251217148
HSL0.110.930.78
HSV40°41°98°
CMYK 0.000.140.41   0.02
XYZ69.941872.273138.2807
Yxy72.27310.38750.4004
Hunter Lab85.0136-1.919532.8119
CIE-Lab88.09992.701938.3253

#fbd994 color RGB value is (251,217,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 10010100
Octal 373 331 224
Decimal 251 217 148
Hex FB D9 94

RGB Percentages of Color #fbd994

%40.75
%35.23
%24.03

CMYK Percentages of Color #fbd994

%0
%14
%41
%2

Triadic Colors of #fbd994

#fbd994 #94fbd9 #d994fb

Analogous Colors of #fbd994

#fbd994 #eafb94 #fba694

Monochromatic Colors of #fbd994

#fbd994

Complementary Color

#fbd994 #94b6fb

#fbd994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd994 Color CSS Codes

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

#fbd994 Text Font Color

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

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


#fbd994 Background Color

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

This div background color is #fbd994


#fbd994 Border Color

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

This div border color is #fbd994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd994


Comments

No comments written yet.

Please login to write comment.