Color Hex Logo

#fbe87d Color Hex

#FBE87D
(251,232,125)
0 Favorites   0 Comments

Color spaces of #fbe87d

RGB 251232125
HSL0.140.940.74
HSV51°50°98°
CMYK 0.000.080.50   0.02
XYZ72.341979.703130.9734
Yxy79.70310.39530.4355
Hunter Lab89.2766-11.593341.9237
CIE-Lab91.5515-7.070253.8991

#fbe87d color RGB value is (251,232,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 01111101
Octal 373 350 175
Decimal 251 232 125
Hex FB E8 7D

RGB Percentages of Color #fbe87d

%41.28
%38.16
%20.56

CMYK Percentages of Color #fbe87d

%0
%8
%50
%2

Triadic Colors of #fbe87d

#fbe87d #7dfbe8 #e87dfb

Analogous Colors of #fbe87d

#fbe87d #cffb7d #fba97d

Monochromatic Colors of #fbe87d

#fbe87d

Complementary Color

#fbe87d #7d90fb

#fbe87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe87d Color CSS Codes

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

#fbe87d Text Font Color

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

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


#fbe87d Background Color

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

This div background color is #fbe87d


#fbe87d Border Color

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

This div border color is #fbe87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe87d

Related Colors


Comments

No comments written yet.

Please login to write comment.