Color Hex Logo

#fbea71 Color Hex

#FBEA71
(251,234,113)
0 Favorites   0 Comments

Color spaces of #fbea71

RGB 251234113
HSL0.150.950.71
HSV53°55°98°
CMYK 0.000.070.55   0.02
XYZ72.187180.547127.3653
Yxy80.54710.40080.4472
Hunter Lab89.7480-13.486044.7454
CIE-Lab91.9298-9.026759.8711

#fbea71 color RGB value is (251,234,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01110001
Octal 373 352 161
Decimal 251 234 113
Hex FB EA 71

RGB Percentages of Color #fbea71

%41.97
%39.13
%18.90

CMYK Percentages of Color #fbea71

%0
%7
%55
%2

Triadic Colors of #fbea71

#fbea71 #71fbea #ea71fb

Analogous Colors of #fbea71

#fbea71 #c7fb71 #fba571

Monochromatic Colors of #fbea71

#fbea71

Complementary Color

#fbea71 #7182fb

#fbea71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea71 Color CSS Codes

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

#fbea71 Text Font Color

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

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


#fbea71 Background Color

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

This div background color is #fbea71


#fbea71 Border Color

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

This div border color is #fbea71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea71


Comments

No comments written yet.

Please login to write comment.