Color Hex Logo

#fbc094 Color Hex

#FBC094
(251,192,148)
0 Favorites   0 Comments

Color spaces of #fbc094

RGB 251192148
HSL0.070.930.78
HSV26°41°98°
CMYK 0.000.240.41   0.02
XYZ63.978660.346636.2930
Yxy60.34660.39830.3757
Hunter Lab77.683111.064526.6783
CIE-Lab82.026215.669630.3402

#fbc094 color RGB value is (251,192,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 10010100
Octal 373 300 224
Decimal 251 192 148
Hex FB C0 94

RGB Percentages of Color #fbc094

%42.47
%32.49
%25.04

CMYK Percentages of Color #fbc094

%0
%24
%41
%2

Triadic Colors of #fbc094

#fbc094 #94fbc0 #c094fb

Analogous Colors of #fbc094

#fbc094 #fbf494 #fb949c

Monochromatic Colors of #fbc094

#fbc094

Complementary Color

#fbc094 #94cffb

#fbc094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc094 Color CSS Codes

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

#fbc094 Text Font Color

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

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


#fbc094 Background Color

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

This div background color is #fbc094


#fbc094 Border Color

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

This div border color is #fbc094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc094

Related Colors


Comments

No comments written yet.

Please login to write comment.