Color Hex Logo

#fbefda Color Hex

#FBEFDA
(251,239,218)
0 Favorites   0 Comments

Color spaces of #fbefda

RGB 251239218
HSL0.110.800.92
HSV38°13°98°
CMYK 0.000.050.13   0.02
XYZ83.305187.304278.7904
Yxy87.30420.33400.3501
Hunter Lab93.4367-4.369515.4095
CIE-Lab94.86720.623211.5939

#fbefda color RGB value is (251,239,218).

#fbefda hex color red value is 251, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fbefda hue: 0.11 , saturation: 0.80 and the lightness value of fbefda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11011010
Octal 373 357 332
Decimal 251 239 218
Hex FB EF DA

RGB Percentages of Color #fbefda

%35.45
%33.76
%30.79

CMYK Percentages of Color #fbefda

%0
%5
%13
%2

Triadic Colors of #fbefda

#fbefda #dafbef #efdafb

Analogous Colors of #fbefda

#fbefda #f7fbda #fbdfda

Monochromatic Colors of #fbefda

#fbefda

Complementary Color

#fbefda #dae6fb

#fbefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefda Color CSS Codes

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

#fbefda Text Font Color

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

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


#fbefda Background Color

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

This div background color is #fbefda


#fbefda Border Color

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

This div border color is #fbefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefda


Comments

No comments written yet.

Please login to write comment.