Color Hex Logo

#fbe374 Color Hex

#FBE374
(251,227,116)
0 Favorites   0 Comments

Color spaces of #fbe374

RGB 251227116
HSL0.140.940.72
HSV49°54°98°
CMYK 0.000.100.54   0.02
XYZ70.405176.708427.6184
Yxy76.70840.40290.4390
Hunter Lab87.5833-9.781142.6119
CIE-Lab90.1872-5.300856.4788

#fbe374 color RGB value is (251,227,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 01110100
Octal 373 343 164
Decimal 251 227 116
Hex FB E3 74

RGB Percentages of Color #fbe374

%42.26
%38.22
%19.53

CMYK Percentages of Color #fbe374

%0
%10
%54
%2

Triadic Colors of #fbe374

#fbe374 #74fbe3 #e374fb

Analogous Colors of #fbe374

#fbe374 #d0fb74 #fba074

Monochromatic Colors of #fbe374

#fbe374

Complementary Color

#fbe374 #748cfb

#fbe374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe374 Color CSS Codes

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

#fbe374 Text Font Color

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

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


#fbe374 Background Color

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

This div background color is #fbe374


#fbe374 Border Color

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

This div border color is #fbe374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe374


Comments

No comments written yet.

Please login to write comment.