Color Hex Logo

#fbed8d Color Hex

#FBED8D
(251,237,141)
0 Favorites   0 Comments

Color spaces of #fbed8d

RGB 251237141
HSL0.150.930.77
HSV52°44°98°
CMYK 0.000.060.44   0.02
XYZ74.875683.000737.2737
Yxy83.00070.38370.4253
Hunter Lab91.1047-12.730739.5160
CIE-Lab93.0147-8.108848.0479

#fbed8d color RGB value is (251,237,141).

#fbed8d hex color red value is 251, green value is 237 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fbed8d hue: 0.15 , saturation: 0.93 and the lightness value of fbed8d is 0.77.

The process color (four color CMYK) of #fbed8d color hex is 0.00, 0.06, 0.44, 0.02. Web safe color of #fbed8d is #ffff99. Color #fbed8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10001101
Octal 373 355 215
Decimal 251 237 141
Hex FB ED 8D

RGB Percentages of Color #fbed8d

%39.90
%37.68
%22.42

CMYK Percentages of Color #fbed8d

%0
%6
%44
%2

Triadic Colors of #fbed8d

#fbed8d #8dfbed #ed8dfb

Analogous Colors of #fbed8d

#fbed8d #d2fb8d #fbb68d

Monochromatic Colors of #fbed8d

#fbed8d

Complementary Color

#fbed8d #8d9bfb

#fbed8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbed8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbed8d Color CSS Codes

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

#fbed8d Text Font Color

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

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


#fbed8d Background Color

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

This div background color is #fbed8d


#fbed8d Border Color

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

This div border color is #fbed8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbed8d


Comments

No comments written yet.

Please login to write comment.