Color Hex Logo

#fbd67e Color Hex

#FBD67E
(251,214,126)
0 Favorites   0 Comments

Color spaces of #fbd67e

RGB 251214126
HSL0.120.940.74
HSV42°50°98°
CMYK 0.000.150.50   0.02
XYZ67.596170.108729.7083
Yxy70.10870.40380.4188
Hunter Lab83.7309-2.425837.5752
CIE-Lab87.05012.122647.9540

#fbd67e color RGB value is (251,214,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01111110
Octal 373 326 176
Decimal 251 214 126
Hex FB D6 7E

RGB Percentages of Color #fbd67e

%42.47
%36.21
%21.32

CMYK Percentages of Color #fbd67e

%0
%15
%50
%2

Triadic Colors of #fbd67e

#fbd67e #7efbd6 #d67efb

Analogous Colors of #fbd67e

#fbd67e #e2fb7e #fb987e

Monochromatic Colors of #fbd67e

#fbd67e

Complementary Color

#fbd67e #7ea3fb

#fbd67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd67e Color CSS Codes

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

#fbd67e Text Font Color

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

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


#fbd67e Background Color

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

This div background color is #fbd67e


#fbd67e Border Color

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

This div border color is #fbd67e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,214,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 #fbd67e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd67e


Comments

No comments written yet.

Please login to write comment.