Color Hex Logo

#fbeec3 Color Hex

#FBEEC3
(251,238,195)
0 Favorites   0 Comments

Color spaces of #fbeec3

RGB 251238195
HSL0.130.880.87
HSV46°22°98°
CMYK 0.000.050.22   0.02
XYZ80.208585.598463.9245
Yxy85.59840.34910.3726
Hunter Lab92.5194-7.160723.7983
CIE-Lab94.1404-2.247922.4290

#fbeec3 color RGB value is (251,238,195).

#fbeec3 hex color red value is 251, green value is 238 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fbeec3 hue: 0.13 , saturation: 0.88 and the lightness value of fbeec3 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11000011
Octal 373 356 303
Decimal 251 238 195
Hex FB EE C3

RGB Percentages of Color #fbeec3

%36.70
%34.80
%28.51

CMYK Percentages of Color #fbeec3

%0
%5
%22
%2

Triadic Colors of #fbeec3

#fbeec3 #c3fbee #eec3fb

Analogous Colors of #fbeec3

#fbeec3 #ecfbc3 #fbd2c3

Monochromatic Colors of #fbeec3

#fbeec3

Complementary Color

#fbeec3 #c3d0fb

#fbeec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeec3 Color CSS Codes

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

#fbeec3 Text Font Color

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

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


#fbeec3 Background Color

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

This div background color is #fbeec3


#fbeec3 Border Color

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

This div border color is #fbeec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeec3


Comments

No comments written yet.

Please login to write comment.