Color Hex Logo

#fbedc3 Color Hex

#FBEDC3
(251,237,195)
0 Favorites   0 Comments

Color spaces of #fbedc3

RGB 251237195
HSL0.130.880.87
HSV45°22°98°
CMYK 0.000.060.22   0.02
XYZ79.918285.017763.8277
Yxy85.01770.34930.3716
Hunter Lab92.2050-6.645023.5008
CIE-Lab93.8907-1.742622.0831

#fbedc3 color RGB value is (251,237,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11000011
Octal 373 355 303
Decimal 251 237 195
Hex FB ED C3

RGB Percentages of Color #fbedc3

%36.75
%34.70
%28.55

CMYK Percentages of Color #fbedc3

%0
%6
%22
%2

Triadic Colors of #fbedc3

#fbedc3 #c3fbed #edc3fb

Analogous Colors of #fbedc3

#fbedc3 #edfbc3 #fbd1c3

Monochromatic Colors of #fbedc3

#fbedc3

Complementary Color

#fbedc3 #c3d1fb

#fbedc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedc3 Color CSS Codes

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

#fbedc3 Text Font Color

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

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


#fbedc3 Background Color

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

This div background color is #fbedc3


#fbedc3 Border Color

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

This div border color is #fbedc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedc3

Related Colors


Comments

No comments written yet.

Please login to write comment.