Color Hex Logo

#fbe271 Color Hex

#FBE271
(251,226,113)
0 Favorites   0 Comments

Color spaces of #fbe271

RGB 251226113
HSL0.140.950.71
HSV49°55°98°
CMYK 0.000.100.55   0.02
XYZ69.960776.094226.6231
Yxy76.09420.40520.4407
Hunter Lab87.2320-9.497742.9672
CIE-Lab89.9031-5.029857.5283

#fbe271 color RGB value is (251,226,113).

#fbe271 hex color red value is 251, green value is 226 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fbe271 hue: 0.14 , saturation: 0.95 and the lightness value of fbe271 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 01110001
Octal 373 342 161
Decimal 251 226 113
Hex FB E2 71

RGB Percentages of Color #fbe271

%42.54
%38.31
%19.15

CMYK Percentages of Color #fbe271

%0
%10
%55
%2

Triadic Colors of #fbe271

#fbe271 #71fbe2 #e271fb

Analogous Colors of #fbe271

#fbe271 #cffb71 #fb9d71

Monochromatic Colors of #fbe271

#fbe271

Complementary Color

#fbe271 #718afb

#fbe271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe271 Color CSS Codes

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

#fbe271 Text Font Color

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

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


#fbe271 Background Color

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

This div background color is #fbe271


#fbe271 Border Color

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

This div border color is #fbe271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe271


Comments

No comments written yet.

Please login to write comment.