Color Hex Logo

#fbed78 Color Hex

#FBED78
(251,237,120)
0 Favorites   0 Comments

Color spaces of #fbed78

RGB 251237120
HSL0.150.940.73
HSV54°52°98°
CMYK 0.000.060.52   0.02
XYZ73.458082.433729.8089
Yxy82.43370.39560.4439
Hunter Lab90.7930-14.468644.0892
CIE-Lab92.7659-9.969257.6625

#fbed78 color RGB value is (251,237,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 01111000
Octal 373 355 170
Decimal 251 237 120
Hex FB ED 78

RGB Percentages of Color #fbed78

%41.28
%38.98
%19.74

CMYK Percentages of Color #fbed78

%0
%6
%52
%2

Triadic Colors of #fbed78

#fbed78 #78fbed #ed78fb

Analogous Colors of #fbed78

#fbed78 #c8fb78 #fbac78

Monochromatic Colors of #fbed78

#fbed78

Complementary Color

#fbed78 #7886fb

#fbed78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbed78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbed78 Color CSS Codes

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

#fbed78 Text Font Color

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

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


#fbed78 Background Color

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

This div background color is #fbed78


#fbed78 Border Color

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

This div border color is #fbed78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbed78

Related Colors


Comments

No comments written yet.

Please login to write comment.