Color Hex Logo

#fbed97 Color Hex

#FBED97
(251,237,151)
0 Favorites   0 Comments

Color spaces of #fbed97

RGB 251237151
HSL0.140.930.79
HSV52°40°98°
CMYK 0.000.060.40   0.02
XYZ75.653883.312041.3716
Yxy83.31200.37760.4159
Hunter Lab91.2754-11.781937.0189
CIE-Lab93.1509-7.101243.3326

#fbed97 color RGB value is (251,237,151).

#fbed97 hex color red value is 251, green value is 237 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fbed97 hue: 0.14 , saturation: 0.93 and the lightness value of fbed97 is 0.79.

The process color (four color CMYK) of #fbed97 color hex is 0.00, 0.06, 0.40, 0.02. Web safe color of #fbed97 is #ffff99. Color #fbed97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10010111
Octal 373 355 227
Decimal 251 237 151
Hex FB ED 97

RGB Percentages of Color #fbed97

%39.28
%37.09
%23.63

CMYK Percentages of Color #fbed97

%0
%6
%40
%2

Triadic Colors of #fbed97

#fbed97 #97fbed #ed97fb

Analogous Colors of #fbed97

#fbed97 #d7fb97 #fbbb97

Monochromatic Colors of #fbed97

#fbed97

Complementary Color

#fbed97 #97a5fb

#fbed97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbed97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbed97 Color CSS Codes

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

#fbed97 Text Font Color

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

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


#fbed97 Background Color

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

This div background color is #fbed97


#fbed97 Border Color

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

This div border color is #fbed97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbed97

Related Colors


Comments

No comments written yet.

Please login to write comment.