Color Hex Logo

#fbd68e Color Hex

#FBD68E
(251,214,142)
0 Favorites   0 Comments

Color spaces of #fbd68e

RGB 251214142
HSL0.110.930.77
HSV40°43°98°
CMYK 0.000.150.43   0.02
XYZ68.712770.555435.5882
Yxy70.55540.39300.4035
Hunter Lab83.9973-0.976033.6779
CIE-Lab87.26853.625340.2822

#fbd68e color RGB value is (251,214,142).

#fbd68e hex color red value is 251, green value is 214 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fbd68e hue: 0.11 , saturation: 0.93 and the lightness value of fbd68e is 0.77.

The process color (four color CMYK) of #fbd68e color hex is 0.00, 0.15, 0.43, 0.02. Web safe color of #fbd68e is #ffcc99. Color #fbd68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 10001110
Octal 373 326 216
Decimal 251 214 142
Hex FB D6 8E

RGB Percentages of Color #fbd68e

%41.35
%35.26
%23.39

CMYK Percentages of Color #fbd68e

%0
%15
%43
%2

Triadic Colors of #fbd68e

#fbd68e #8efbd6 #d68efb

Analogous Colors of #fbd68e

#fbd68e #eafb8e #fba08e

Monochromatic Colors of #fbd68e

#fbd68e

Complementary Color

#fbd68e #8eb3fb

#fbd68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd68e Color CSS Codes

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

#fbd68e Text Font Color

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

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


#fbd68e Background Color

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

This div background color is #fbd68e


#fbd68e Border Color

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

This div border color is #fbd68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd68e

Related Colors


Comments

No comments written yet.

Please login to write comment.