Color Hex Logo

#fbe8cd Color Hex

#FBE8CD
(251,232,205)
0 Favorites   0 Comments

Color spaces of #fbe8cd

RGB 251232205
HSL0.100.850.89
HSV35°18°98°
CMYK 0.000.080.18   0.02
XYZ79.659782.630269.5083
Yxy82.63020.34370.3565
Hunter Lab90.9012-2.651518.2942
CIE-Lab92.85232.224115.4675

#fbe8cd color RGB value is (251,232,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 11001101
Octal 373 350 315
Decimal 251 232 205
Hex FB E8 CD

RGB Percentages of Color #fbe8cd

%36.48
%33.72
%29.80

CMYK Percentages of Color #fbe8cd

%0
%8
%18
%2

Triadic Colors of #fbe8cd

#fbe8cd #cdfbe8 #e8cdfb

Analogous Colors of #fbe8cd

#fbe8cd #f7fbcd #fbd1cd

Monochromatic Colors of #fbe8cd

#fbe8cd

Complementary Color

#fbe8cd #cde0fb

#fbe8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe8cd Color CSS Codes

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

#fbe8cd Text Font Color

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

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


#fbe8cd Background Color

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

This div background color is #fbe8cd


#fbe8cd Border Color

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

This div border color is #fbe8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe8cd


Comments

No comments written yet.

Please login to write comment.