Color Hex Logo

#fbc47a Color Hex

#FBC47A
(251,196,122)
0 Favorites   0 Comments

Color spaces of #fbc47a

RGB 251196122
HSL0.100.940.73
HSV34°51°98°
CMYK 0.000.220.51   0.02
XYZ63.036461.394226.9402
Yxy61.39420.41640.4056
Hunter Lab78.35456.483534.4627
CIE-Lab82.590211.076944.4253

#fbc47a color RGB value is (251,196,122).

#fbc47a hex color red value is 251, green value is 196 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbc47a hue: 0.10 , saturation: 0.94 and the lightness value of fbc47a is 0.73.

The process color (four color CMYK) of #fbc47a color hex is 0.00, 0.22, 0.51, 0.02. Web safe color of #fbc47a is #ffcc66. Color #fbc47a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01111010
Octal 373 304 172
Decimal 251 196 122
Hex FB C4 7A

RGB Percentages of Color #fbc47a

%44.11
%34.45
%21.44

CMYK Percentages of Color #fbc47a

%0
%22
%51
%2

Triadic Colors of #fbc47a

#fbc47a #7afbc4 #c47afb

Analogous Colors of #fbc47a

#fbc47a #f2fb7a #fb847a

Monochromatic Colors of #fbc47a

#fbc47a

Complementary Color

#fbc47a #7ab1fb

#fbc47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc47a Color CSS Codes

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

#fbc47a Text Font Color

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

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


#fbc47a Background Color

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

This div background color is #fbc47a


#fbc47a Border Color

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

This div border color is #fbc47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc47a


Comments

No comments written yet.

Please login to write comment.