Color Hex Logo

#fbc390 Color Hex

#FBC390
(251,195,144)
0 Favorites   0 Comments

Color spaces of #fbc390

RGB 251195144
HSL0.080.930.77
HSV29°43°98°
CMYK 0.000.220.43   0.02
XYZ64.332861.553134.8758
Yxy61.55310.40020.3829
Hunter Lab78.45589.070228.5630
CIE-Lab82.675213.679433.2881

#fbc390 color RGB value is (251,195,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 10010000
Octal 373 303 220
Decimal 251 195 144
Hex FB C3 90

RGB Percentages of Color #fbc390

%42.54
%33.05
%24.41

CMYK Percentages of Color #fbc390

%0
%22
%43
%2

Triadic Colors of #fbc390

#fbc390 #90fbc3 #c390fb

Analogous Colors of #fbc390

#fbc390 #fbf990 #fb9093

Monochromatic Colors of #fbc390

#fbc390

Complementary Color

#fbc390 #90c8fb

#fbc390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc390 Color CSS Codes

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

#fbc390 Text Font Color

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

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


#fbc390 Background Color

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

This div background color is #fbc390


#fbc390 Border Color

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

This div border color is #fbc390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc390


Comments

No comments written yet.

Please login to write comment.