Color Hex Logo

#fbe27d Color Hex

#FBE27D
(251,226,125)
0 Favorites   0 Comments

Color spaces of #fbe27d

RGB 251226125
HSL0.130.940.74
HSV48°50°98°
CMYK 0.000.100.50   0.02
XYZ70.681776.382630.4200
Yxy76.38260.39820.4304
Hunter Lab87.3971-8.584640.5411
CIE-Lab90.0367-4.060252.0755

#fbe27d color RGB value is (251,226,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 01111101
Octal 373 342 175
Decimal 251 226 125
Hex FB E2 7D

RGB Percentages of Color #fbe27d

%41.69
%37.54
%20.76

CMYK Percentages of Color #fbe27d

%0
%10
%50
%2

Triadic Colors of #fbe27d

#fbe27d #7dfbe2 #e27dfb

Analogous Colors of #fbe27d

#fbe27d #d5fb7d #fba37d

Monochromatic Colors of #fbe27d

#fbe27d

Complementary Color

#fbe27d #7d96fb

#fbe27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe27d Color CSS Codes

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

#fbe27d Text Font Color

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

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


#fbe27d Background Color

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

This div background color is #fbe27d


#fbe27d Border Color

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

This div border color is #fbe27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe27d

#fbe27d Color Palettes


Comments

No comments written yet.

Please login to write comment.