Color Hex Logo

#fbe47d Color Hex

#FBE47D
(251,228,125)
0 Favorites   0 Comments

Color spaces of #fbe47d

RGB 251228125
HSL0.140.940.74
HSV49°50°98°
CMYK 0.000.090.50   0.02
XYZ71.228777.476730.6024
Yxy77.47670.39720.4321
Hunter Lab88.0208-9.589841.0011
CIE-Lab90.5406-5.066652.6835

#fbe47d color RGB value is (251,228,125).

#fbe47d hex color red value is 251, green value is 228 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fbe47d hue: 0.14 , saturation: 0.94 and the lightness value of fbe47d is 0.74.

The process color (four color CMYK) of #fbe47d color hex is 0.00, 0.09, 0.50, 0.02. Web safe color of #fbe47d is #ffcc66. Color #fbe47d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01111101
Octal 373 344 175
Decimal 251 228 125
Hex FB E4 7D

RGB Percentages of Color #fbe47d

%41.56
%37.75
%20.70

CMYK Percentages of Color #fbe47d

%0
%9
%50
%2

Triadic Colors of #fbe47d

#fbe47d #7dfbe4 #e47dfb

Analogous Colors of #fbe47d

#fbe47d #d3fb7d #fba57d

Monochromatic Colors of #fbe47d

#fbe47d

Complementary Color

#fbe47d #7d94fb

#fbe47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe47d Color CSS Codes

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

#fbe47d Text Font Color

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

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


#fbe47d Background Color

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

This div background color is #fbe47d


#fbe47d Border Color

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

This div border color is #fbe47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe47d


Comments

No comments written yet.

Please login to write comment.