Color Hex Logo

#fbdca7 Color Hex

#FBDCA7
(251,220,167)
0 Favorites   0 Comments

Color spaces of #fbdca7

RGB 251220167
HSL0.110.910.82
HSV38°33°98°
CMYK 0.000.120.33   0.02
XYZ72.351974.485647.1230
Yxy74.48560.37300.3840
Hunter Lab86.3050-1.392328.0409
CIE-Lab89.15153.295630.0135

#fbdca7 color RGB value is (251,220,167).

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

The process color (four color CMYK) of #fbdca7 color hex is 0.00, 0.12, 0.33, 0.02. Web safe color of #fbdca7 is #ffcc99. Color #fbdca7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10100111
Octal 373 334 247
Decimal 251 220 167
Hex FB DC A7

RGB Percentages of Color #fbdca7

%39.34
%34.48
%26.18

CMYK Percentages of Color #fbdca7

%0
%12
%33
%2

Triadic Colors of #fbdca7

#fbdca7 #a7fbdc #dca7fb

Analogous Colors of #fbdca7

#fbdca7 #f0fba7 #fbb2a7

Monochromatic Colors of #fbdca7

#fbdca7

Complementary Color

#fbdca7 #a7c6fb

#fbdca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdca7 Color CSS Codes

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

#fbdca7 Text Font Color

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

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


#fbdca7 Background Color

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

This div background color is #fbdca7


#fbdca7 Border Color

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

This div border color is #fbdca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdca7

Related Colors


Comments

No comments written yet.

Please login to write comment.