Color Hex Logo

#fbefd0 Color Hex

#FBEFD0
(251,239,208)
0 Favorites   0 Comments

Color spaces of #fbefd0

RGB 251239208
HSL0.120.840.90
HSV43°17°98°
CMYK 0.000.050.17   0.02
XYZ82.035386.796372.1041
Yxy86.79630.34050.3602
Hunter Lab93.1645-5.861219.3281
CIE-Lab94.6518-0.892016.4525

#fbefd0 color RGB value is (251,239,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11010000
Octal 373 357 320
Decimal 251 239 208
Hex FB EF D0

RGB Percentages of Color #fbefd0

%35.96
%34.24
%29.80

CMYK Percentages of Color #fbefd0

%0
%5
%17
%2

Triadic Colors of #fbefd0

#fbefd0 #d0fbef #efd0fb

Analogous Colors of #fbefd0

#fbefd0 #f2fbd0 #fbdad0

Monochromatic Colors of #fbefd0

#fbefd0

Complementary Color

#fbefd0 #d0dcfb

#fbefd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefd0 Color CSS Codes

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

#fbefd0 Text Font Color

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

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


#fbefd0 Background Color

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

This div background color is #fbefd0


#fbefd0 Border Color

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

This div border color is #fbefd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefd0

Related Colors


Comments

No comments written yet.

Please login to write comment.