Color Hex Logo

#fbce94 Color Hex

#FBCE94
(251,206,148)
0 Favorites   0 Comments

Color spaces of #fbce94

RGB 251206148
HSL0.090.930.78
HSV34°41°98°
CMYK 0.000.180.41   0.02
XYZ67.200366.790037.3669
Yxy66.79000.39220.3898
Hunter Lab81.72513.756530.0986
CIE-Lab85.39788.372134.7987

#fbce94 color RGB value is (251,206,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 10010100
Octal 373 316 224
Decimal 251 206 148
Hex FB CE 94

RGB Percentages of Color #fbce94

%41.49
%34.05
%24.46

CMYK Percentages of Color #fbce94

%0
%18
%41
%2

Triadic Colors of #fbce94

#fbce94 #94fbce #ce94fb

Analogous Colors of #fbce94

#fbce94 #f5fb94 #fb9b94

Monochromatic Colors of #fbce94

#fbce94

Complementary Color

#fbce94 #94c1fb

#fbce94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbce94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbce94 Color CSS Codes

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

#fbce94 Text Font Color

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

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


#fbce94 Background Color

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

This div background color is #fbce94


#fbce94 Border Color

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

This div border color is #fbce94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbce94

Related Colors


Comments

No comments written yet.

Please login to write comment.