Color Hex Logo

#fbe575 Color Hex

#FBE575
(251,229,117)
0 Favorites   0 Comments

Color spaces of #fbe575

RGB 251229117
HSL0.140.940.72
HSV50°53°98°
CMYK 0.000.090.53   0.02
XYZ71.013977.832228.1099
Yxy77.83220.40130.4398
Hunter Lab88.2226-10.707642.8645
CIE-Lab90.7033-6.224956.6219

#fbe575 color RGB value is (251,229,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 01110101
Octal 373 345 165
Decimal 251 229 117
Hex FB E5 75

RGB Percentages of Color #fbe575

%42.04
%38.36
%19.60

CMYK Percentages of Color #fbe575

%0
%9
%53
%2

Triadic Colors of #fbe575

#fbe575 #75fbe5 #e575fb

Analogous Colors of #fbe575

#fbe575 #cefb75 #fba275

Monochromatic Colors of #fbe575

#fbe575

Complementary Color

#fbe575 #758bfb

#fbe575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe575 Color CSS Codes

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

#fbe575 Text Font Color

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

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


#fbe575 Background Color

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

This div background color is #fbe575


#fbe575 Border Color

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

This div border color is #fbe575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe575


Comments

No comments written yet.

Please login to write comment.