Color Hex Logo

#fbe67d Color Hex

#FBE67D
(251,230,125)
0 Favorites   0 Comments

Color spaces of #fbe67d

RGB 251230125
HSL0.140.940.74
HSV50°50°98°
CMYK 0.000.080.50   0.02
XYZ71.782178.583530.7868
Yxy78.58350.39630.4338
Hunter Lab88.6473-10.592641.4620
CIE-Lab91.0455-6.069953.2914

#fbe67d color RGB value is (251,230,125).

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

The process color (four color CMYK) of #fbe67d color hex is 0.00, 0.08, 0.50, 0.02. Web safe color of #fbe67d is #ffff66. Color #fbe67d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 01111101
Octal 373 346 175
Decimal 251 230 125
Hex FB E6 7D

RGB Percentages of Color #fbe67d

%41.42
%37.95
%20.63

CMYK Percentages of Color #fbe67d

%0
%8
%50
%2

Triadic Colors of #fbe67d

#fbe67d #7dfbe6 #e67dfb

Analogous Colors of #fbe67d

#fbe67d #d1fb7d #fba77d

Monochromatic Colors of #fbe67d

#fbe67d

Complementary Color

#fbe67d #7d92fb

#fbe67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe67d Color CSS Codes

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

#fbe67d Text Font Color

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

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


#fbe67d Background Color

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

This div background color is #fbe67d


#fbe67d Border Color

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

This div border color is #fbe67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe67d

Related Colors


Comments

No comments written yet.

Please login to write comment.