Color Hex Logo

#fbe176 Color Hex

#FBE176
(251,225,118)
0 Favorites   0 Comments

Color spaces of #fbe176

RGB 251225118
HSL0.130.940.72
HSV48°53°98°
CMYK 0.000.100.53   0.02
XYZ69.978975.667728.0566
Yxy75.66770.40290.4356
Hunter Lab86.9872-8.629041.7678
CIE-Lab89.7048-4.136254.9810

#fbe176 color RGB value is (251,225,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 01110110
Octal 373 341 166
Decimal 251 225 118
Hex FB E1 76

RGB Percentages of Color #fbe176

%42.26
%37.88
%19.87

CMYK Percentages of Color #fbe176

%0
%10
%53
%2

Triadic Colors of #fbe176

#fbe176 #76fbe1 #e176fb

Analogous Colors of #fbe176

#fbe176 #d3fb76 #fb9f76

Monochromatic Colors of #fbe176

#fbe176

Complementary Color

#fbe176 #7690fb

#fbe176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe176 Color CSS Codes

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

#fbe176 Text Font Color

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

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


#fbe176 Background Color

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

This div background color is #fbe176


#fbe176 Border Color

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

This div border color is #fbe176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe176


Comments

No comments written yet.

Please login to write comment.