Color Hex Logo

#fbec71 Color Hex

#FBEC71
(251,236,113)
0 Favorites   0 Comments

Color spaces of #fbec71

RGB 251236113
HSL0.150.950.71
HSV53°55°98°
CMYK 0.000.060.55   0.02
XYZ72.759781.692427.5561
Yxy81.69240.39980.4488
Hunter Lab90.3838-14.477845.1924
CIE-Lab92.4389-10.018360.4563

#fbec71 color RGB value is (251,236,113).

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

The process color (four color CMYK) of #fbec71 color hex is 0.00, 0.06, 0.55, 0.02. Web safe color of #fbec71 is #ffff66. Color #fbec71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 01110001
Octal 373 354 161
Decimal 251 236 113
Hex FB EC 71

RGB Percentages of Color #fbec71

%41.83
%39.33
%18.83

CMYK Percentages of Color #fbec71

%0
%6
%55
%2

Triadic Colors of #fbec71

#fbec71 #71fbec #ec71fb

Analogous Colors of #fbec71

#fbec71 #c5fb71 #fba771

Monochromatic Colors of #fbec71

#fbec71

Complementary Color

#fbec71 #7180fb

#fbec71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec71 Color CSS Codes

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

#fbec71 Text Font Color

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

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


#fbec71 Background Color

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

This div background color is #fbec71


#fbec71 Border Color

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

This div border color is #fbec71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec71


Comments

No comments written yet.

Please login to write comment.