Color Hex Logo

#fbed57 Color Hex

#FBED57
(251,237,87)
0 Favorites   0 Comments

Color spaces of #fbed57

RGB 25123787
HSL0.150.950.66
HSV55°65°98°
CMYK 0.000.060.65   0.02
XYZ71.788181.765721.0155
Yxy81.76570.41120.4684
Hunter Lab90.4244-16.531249.5175
CIE-Lab92.4713-12.203171.4377

#fbed57 color RGB value is (251,237,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 01010111
Octal 373 355 127
Decimal 251 237 87
Hex FB ED 57

RGB Percentages of Color #fbed57

%43.65
%41.22
%15.13

CMYK Percentages of Color #fbed57

%0
%6
%65
%2

Triadic Colors of #fbed57

#fbed57 #57fbed #ed57fb

Analogous Colors of #fbed57

#fbed57 #b7fb57 #fb9b57

Monochromatic Colors of #fbed57

#fbed57

Complementary Color

#fbed57 #5765fb

#fbed57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbed57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbed57 Color CSS Codes

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

#fbed57 Text Font Color

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

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


#fbed57 Background Color

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

This div background color is #fbed57


#fbed57 Border Color

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

This div border color is #fbed57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbed57


Comments

No comments written yet.

Please login to write comment.