Color Hex Logo

#fbcda6 Color Hex

#FBCDA6
(251,205,166)
0 Favorites   0 Comments

Color spaces of #fbcda6

RGB 251205166
HSL0.080.910.82
HSV28°34°98°
CMYK 0.000.180.34   0.02
XYZ68.497966.925045.3840
Yxy66.92500.37880.3701
Hunter Lab81.80776.295324.3734
CIE-Lab85.466110.926625.5437

#fbcda6 color RGB value is (251,205,166).

#fbcda6 hex color red value is 251, green value is 205 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fbcda6 hue: 0.08 , saturation: 0.91 and the lightness value of fbcda6 is 0.82.

The process color (four color CMYK) of #fbcda6 color hex is 0.00, 0.18, 0.34, 0.02. Web safe color of #fbcda6 is #ffcc99. Color #fbcda6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 10100110
Octal 373 315 246
Decimal 251 205 166
Hex FB CD A6

RGB Percentages of Color #fbcda6

%40.35
%32.96
%26.69

CMYK Percentages of Color #fbcda6

%0
%18
%34
%2

Triadic Colors of #fbcda6

#fbcda6 #a6fbcd #cda6fb

Analogous Colors of #fbcda6

#fbcda6 #fbf8a6 #fba6aa

Monochromatic Colors of #fbcda6

#fbcda6

Complementary Color

#fbcda6 #a6d4fb

#fbcda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcda6 Color CSS Codes

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

#fbcda6 Text Font Color

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

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


#fbcda6 Background Color

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

This div background color is #fbcda6


#fbcda6 Border Color

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

This div border color is #fbcda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcda6


Comments

No comments written yet.

Please login to write comment.