Color Hex Logo

#fbc290 Color Hex

#FBC290
(251,194,144)
0 Favorites   0 Comments

Color spaces of #fbc290

RGB 251194144
HSL0.080.930.77
HSV28°43°98°
CMYK 0.000.230.43   0.02
XYZ64.109561.106434.8013
Yxy61.10640.40060.3819
Hunter Lab78.17069.593528.3237
CIE-Lab82.435914.202332.9730

#fbc290 color RGB value is (251,194,144).

#fbc290 hex color red value is 251, green value is 194 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fbc290 hue: 0.08 , saturation: 0.93 and the lightness value of fbc290 is 0.77.

The process color (four color CMYK) of #fbc290 color hex is 0.00, 0.23, 0.43, 0.02. Web safe color of #fbc290 is #ffcc99. Color #fbc290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 10010000
Octal 373 302 220
Decimal 251 194 144
Hex FB C2 90

RGB Percentages of Color #fbc290

%42.61
%32.94
%24.45

CMYK Percentages of Color #fbc290

%0
%23
%43
%2

Triadic Colors of #fbc290

#fbc290 #90fbc2 #c290fb

Analogous Colors of #fbc290

#fbc290 #fbf890 #fb9094

Monochromatic Colors of #fbc290

#fbc290

Complementary Color

#fbc290 #90c9fb

#fbc290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc290 Color CSS Codes

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

#fbc290 Text Font Color

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

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


#fbc290 Background Color

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

This div background color is #fbc290


#fbc290 Border Color

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

This div border color is #fbc290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc290


Comments

No comments written yet.

Please login to write comment.