Color Hex Logo

#fbeb72 Color Hex

#FBEB72
(251,235,114)
0 Favorites   0 Comments

Color spaces of #fbeb72

RGB 251235114
HSL0.150.940.72
HSV53°55°98°
CMYK 0.000.060.55   0.02
XYZ72.529381.140827.7586
Yxy81.14080.39980.4472
Hunter Lab90.0782-13.911944.7839
CIE-Lab92.1943-9.447259.7254

#fbeb72 color RGB value is (251,235,114).

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

The process color (four color CMYK) of #fbeb72 color hex is 0.00, 0.06, 0.55, 0.02. Web safe color of #fbeb72 is #ffff66. Color #fbeb72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 01110010
Octal 373 353 162
Decimal 251 235 114
Hex FB EB 72

RGB Percentages of Color #fbeb72

%41.83
%39.17
%19.00

CMYK Percentages of Color #fbeb72

%0
%6
%55
%2

Triadic Colors of #fbeb72

#fbeb72 #72fbeb #eb72fb

Analogous Colors of #fbeb72

#fbeb72 #c7fb72 #fba772

Monochromatic Colors of #fbeb72

#fbeb72

Complementary Color

#fbeb72 #7282fb

#fbeb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeb72 Color CSS Codes

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

#fbeb72 Text Font Color

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

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


#fbeb72 Background Color

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

This div background color is #fbeb72


#fbeb72 Border Color

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

This div border color is #fbeb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeb72


Comments

No comments written yet.

Please login to write comment.