Color Hex Logo

#fbefcd Color Hex

#FBEFCD
(251,239,205)
0 Favorites   0 Comments

Color spaces of #fbefcd

RGB 251239205
HSL0.120.850.89
HSV44°18°98°
CMYK 0.000.050.18   0.02
XYZ81.669686.650070.1783
Yxy86.65000.34240.3633
Hunter Lab93.0860-6.292320.4610
CIE-Lab94.5896-1.332317.9113

#fbefcd color RGB value is (251,239,205).

#fbefcd hex color red value is 251, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fbefcd hue: 0.12 , saturation: 0.85 and the lightness value of fbefcd is 0.89.

The process color (four color CMYK) of #fbefcd color hex is 0.00, 0.05, 0.18, 0.02. Web safe color of #fbefcd is #ffffcc. Color #fbefcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11001101
Octal 373 357 315
Decimal 251 239 205
Hex FB EF CD

RGB Percentages of Color #fbefcd

%36.12
%34.39
%29.50

CMYK Percentages of Color #fbefcd

%0
%5
%18
%2

Triadic Colors of #fbefcd

#fbefcd #cdfbef #efcdfb

Analogous Colors of #fbefcd

#fbefcd #f0fbcd #fbd8cd

Monochromatic Colors of #fbefcd

#fbefcd

Complementary Color

#fbefcd #cdd9fb

#fbefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefcd Color CSS Codes

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

#fbefcd Text Font Color

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

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


#fbefcd Background Color

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

This div background color is #fbefcd


#fbefcd Border Color

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

This div border color is #fbefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefcd

Related Colors


Comments

No comments written yet.

Please login to write comment.