Color Hex Logo

#fbcf7c Color Hex

#FBCF7C
(251,207,124)
0 Favorites   0 Comments

Color spaces of #fbcf7c

RGB 251207124
HSL0.110.940.74
HSV39°51°98°
CMYK 0.000.180.51   0.02
XYZ65.734666.590128.4574
Yxy66.59010.40880.4142
Hunter Lab81.60280.984836.4457
CIE-Lab85.29655.546346.7773

#fbcf7c color RGB value is (251,207,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 01111100
Octal 373 317 174
Decimal 251 207 124
Hex FB CF 7C

RGB Percentages of Color #fbcf7c

%43.13
%35.57
%21.31

CMYK Percentages of Color #fbcf7c

%0
%18
%51
%2

Triadic Colors of #fbcf7c

#fbcf7c #7cfbcf #cf7cfb

Analogous Colors of #fbcf7c

#fbcf7c #e8fb7c #fb907c

Monochromatic Colors of #fbcf7c

#fbcf7c

Complementary Color

#fbcf7c #7ca8fb

#fbcf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf7c Color CSS Codes

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

#fbcf7c Text Font Color

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

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


#fbcf7c Background Color

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

This div background color is #fbcf7c


#fbcf7c Border Color

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

This div border color is #fbcf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf7c

#fbcf7c Color Palettes


Comments

No comments written yet.

Please login to write comment.