Color Hex Logo

#fbe075 Color Hex

#FBE075
(251,224,117)
0 Favorites   0 Comments

Color spaces of #fbe075

RGB 251224117
HSL0.130.940.72
HSV48°53°98°
CMYK 0.000.110.53   0.02
XYZ69.650275.104927.6554
Yxy75.10490.40400.4356
Hunter Lab86.6631-8.201841.7439
CIE-Lab89.4421-3.711855.1376

#fbe075 color RGB value is (251,224,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01110101
Octal 373 340 165
Decimal 251 224 117
Hex FB E0 75

RGB Percentages of Color #fbe075

%42.40
%37.84
%19.76

CMYK Percentages of Color #fbe075

%0
%11
%53
%2

Triadic Colors of #fbe075

#fbe075 #75fbe0 #e075fb

Analogous Colors of #fbe075

#fbe075 #d3fb75 #fb9d75

Monochromatic Colors of #fbe075

#fbe075

Complementary Color

#fbe075 #7590fb

#fbe075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe075 Color CSS Codes

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

#fbe075 Text Font Color

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

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


#fbe075 Background Color

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

This div background color is #fbe075


#fbe075 Border Color

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

This div border color is #fbe075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe075

Related Colors


Comments

No comments written yet.

Please login to write comment.