Color Hex Logo

#fbd47e Color Hex

#FBD47E
(251,212,126)
0 Favorites   0 Comments

Color spaces of #fbd47e

RGB 251212126
HSL0.110.940.74
HSV41°50°98°
CMYK 0.000.160.50   0.02
XYZ67.093069.102629.5406
Yxy69.10260.40480.4169
Hunter Lab83.1280-1.405737.1201
CIE-Lab86.55483.147647.3445

#fbd47e color RGB value is (251,212,126).

#fbd47e hex color red value is 251, green value is 212 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fbd47e hue: 0.11 , saturation: 0.94 and the lightness value of fbd47e is 0.74.

The process color (four color CMYK) of #fbd47e color hex is 0.00, 0.16, 0.50, 0.02. Web safe color of #fbd47e is #ffcc66. Color #fbd47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 01111110
Octal 373 324 176
Decimal 251 212 126
Hex FB D4 7E

RGB Percentages of Color #fbd47e

%42.61
%35.99
%21.39

CMYK Percentages of Color #fbd47e

%0
%16
%50
%2

Triadic Colors of #fbd47e

#fbd47e #7efbd4 #d47efb

Analogous Colors of #fbd47e

#fbd47e #e4fb7e #fb967e

Monochromatic Colors of #fbd47e

#fbd47e

Complementary Color

#fbd47e #7ea5fb

#fbd47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd47e Color CSS Codes

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

#fbd47e Text Font Color

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

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


#fbd47e Background Color

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

This div background color is #fbd47e


#fbd47e Border Color

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

This div border color is #fbd47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd47e


Comments

No comments written yet.

Please login to write comment.