Color Hex Logo

#fbc17c Color Hex

#FBC17C
(251,193,124)
0 Favorites   0 Comments

Color spaces of #fbc17c

RGB 251193124
HSL0.090.940.74
HSV33°51°98°
CMYK 0.000.230.51   0.02
XYZ62.491760.104427.3764
Yxy60.10440.41670.4008
Hunter Lab77.52708.210033.3324
CIE-Lab81.894912.814342.5525

#fbc17c color RGB value is (251,193,124).

#fbc17c hex color red value is 251, green value is 193 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fbc17c hue: 0.09 , saturation: 0.94 and the lightness value of fbc17c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 01111100
Octal 373 301 174
Decimal 251 193 124
Hex FB C1 7C

RGB Percentages of Color #fbc17c

%44.19
%33.98
%21.83

CMYK Percentages of Color #fbc17c

%0
%23
%51
%2

Triadic Colors of #fbc17c

#fbc17c #7cfbc1 #c17cfb

Analogous Colors of #fbc17c

#fbc17c #f6fb7c #fb827c

Monochromatic Colors of #fbc17c

#fbc17c

Complementary Color

#fbc17c #7cb6fb

#fbc17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc17c Color CSS Codes

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

#fbc17c Text Font Color

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

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


#fbc17c Background Color

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

This div background color is #fbc17c


#fbc17c Border Color

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

This div border color is #fbc17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc17c


Comments

No comments written yet.

Please login to write comment.