Color Hex Logo

#fbe560 Color Hex

#FBE560
(251,229,96)
0 Favorites   0 Comments

Color spaces of #fbe560

RGB 25122996
HSL0.140.950.68
HSV51°62°98°
CMYK 0.000.090.62   0.02
XYZ69.914377.392422.3197
Yxy77.39240.41220.4563
Hunter Lab87.9730-12.094346.5385
CIE-Lab90.5019-7.710965.6989

#fbe560 color RGB value is (251,229,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 01100000
Octal 373 345 140
Decimal 251 229 96
Hex FB E5 60

RGB Percentages of Color #fbe560

%43.58
%39.76
%16.67

CMYK Percentages of Color #fbe560

%0
%9
%62
%2

Triadic Colors of #fbe560

#fbe560 #60fbe5 #e560fb

Analogous Colors of #fbe560

#fbe560 #c4fb60 #fb9860

Monochromatic Colors of #fbe560

#fbe560

Complementary Color

#fbe560 #6076fb

#fbe560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe560 Color CSS Codes

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

#fbe560 Text Font Color

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

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


#fbe560 Background Color

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

This div background color is #fbe560


#fbe560 Border Color

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

This div border color is #fbe560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe560


Comments

No comments written yet.

Please login to write comment.