Color Hex Logo

#fbcd7c Color Hex

#FBCD7C
(251,205,124)
0 Favorites   0 Comments

Color spaces of #fbcd7c

RGB 251205124
HSL0.110.940.74
HSV38°51°98°
CMYK 0.000.180.51   0.02
XYZ65.253165.627128.2969
Yxy65.62710.40990.4123
Hunter Lab81.01062.011335.9975
CIE-Lab84.80586.579046.1722

#fbcd7c color RGB value is (251,205,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 01111100
Octal 373 315 174
Decimal 251 205 124
Hex FB CD 7C

RGB Percentages of Color #fbcd7c

%43.28
%35.34
%21.38

CMYK Percentages of Color #fbcd7c

%0
%18
%51
%2

Triadic Colors of #fbcd7c

#fbcd7c #7cfbcd #cd7cfb

Analogous Colors of #fbcd7c

#fbcd7c #eafb7c #fb8e7c

Monochromatic Colors of #fbcd7c

#fbcd7c

Complementary Color

#fbcd7c #7caafb

#fbcd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcd7c Color CSS Codes

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

#fbcd7c Text Font Color

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

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


#fbcd7c Background Color

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

This div background color is #fbcd7c


#fbcd7c Border Color

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

This div border color is #fbcd7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcd7c


Comments

No comments written yet.

Please login to write comment.