Color Hex Logo

#fbc795 Color Hex

#FBC795
(251,199,149)
0 Favorites   0 Comments

Color spaces of #fbc795

RGB 251199149
HSL0.080.930.78
HSV29°41°98°
CMYK 0.000.210.41   0.02
XYZ65.631963.526037.2363
Yxy63.52600.39440.3818
Hunter Lab79.70327.505928.0927
CIE-Lab83.718412.118332.0665

#fbc795 color RGB value is (251,199,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 10010101
Octal 373 307 225
Decimal 251 199 149
Hex FB C7 95

RGB Percentages of Color #fbc795

%41.90
%33.22
%24.87

CMYK Percentages of Color #fbc795

%0
%21
%41
%2

Triadic Colors of #fbc795

#fbc795 #95fbc7 #c795fb

Analogous Colors of #fbc795

#fbc795 #fbfa95 #fb9596

Monochromatic Colors of #fbc795

#fbc795

Complementary Color

#fbc795 #95c9fb

#fbc795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc795 Color CSS Codes

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

#fbc795 Text Font Color

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

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


#fbc795 Background Color

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

This div background color is #fbc795


#fbc795 Border Color

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

This div border color is #fbc795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc795


Comments

No comments written yet.

Please login to write comment.