Color Hex Logo

#fbeda1 Color Hex

#FBEDA1
(251,237,161)
0 Favorites   0 Comments

Color spaces of #fbeda1

RGB 251237161
HSL0.140.920.81
HSV51°36°98°
CMYK 0.000.060.36   0.02
XYZ76.500983.650845.8324
Yxy83.65080.37140.4061
Hunter Lab91.4608-10.753034.3114
CIE-Lab93.2986-6.015138.5577

#fbeda1 color RGB value is (251,237,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10100001
Octal 373 355 241
Decimal 251 237 161
Hex FB ED A1

RGB Percentages of Color #fbeda1

%38.67
%36.52
%24.81

CMYK Percentages of Color #fbeda1

%0
%6
%36
%2

Triadic Colors of #fbeda1

#fbeda1 #a1fbed #eda1fb

Analogous Colors of #fbeda1

#fbeda1 #dcfba1 #fbc0a1

Monochromatic Colors of #fbeda1

#fbeda1

Complementary Color

#fbeda1 #a1affb

#fbeda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeda1 Color CSS Codes

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

#fbeda1 Text Font Color

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

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


#fbeda1 Background Color

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

This div background color is #fbeda1


#fbeda1 Border Color

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

This div border color is #fbeda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeda1

Related Colors


Comments

No comments written yet.

Please login to write comment.