Color Hex Logo

#fbda6e Color Hex

#FBDA6E
(251,218,110)
0 Favorites   0 Comments

Color spaces of #fbda6e

RGB 251218110
HSL0.130.950.71
HSV46°56°98°
CMYK 0.000.130.56   0.02
XYZ67.669571.777825.0398
Yxy71.77780.41140.4364
Hunter Lab84.7218-5.690541.7819
CIE-Lab87.8615-1.213256.5385

#fbda6e color RGB value is (251,218,110).

#fbda6e hex color red value is 251, green value is 218 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fbda6e hue: 0.13 , saturation: 0.95 and the lightness value of fbda6e is 0.71.

The process color (four color CMYK) of #fbda6e color hex is 0.00, 0.13, 0.56, 0.02. Web safe color of #fbda6e is #ffcc66. Color #fbda6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01101110
Octal 373 332 156
Decimal 251 218 110
Hex FB DA 6E

RGB Percentages of Color #fbda6e

%43.35
%37.65
%19.00

CMYK Percentages of Color #fbda6e

%0
%13
%56
%2

Triadic Colors of #fbda6e

#fbda6e #6efbda #da6efb

Analogous Colors of #fbda6e

#fbda6e #d6fb6e #fb946e

Monochromatic Colors of #fbda6e

#fbda6e

Complementary Color

#fbda6e #6e8ffb

#fbda6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda6e Color CSS Codes

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

#fbda6e Text Font Color

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

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


#fbda6e Background Color

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

This div background color is #fbda6e


#fbda6e Border Color

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

This div border color is #fbda6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda6e

Related Colors


Comments

No comments written yet.

Please login to write comment.