Color Hex Logo

#fbc64e Color Hex

#FBC64E
(251,198,78)
0 Favorites   0 Comments

Color spaces of #fbc64e

RGB 25119878
HSL0.120.960.65
HSV42°69°98°
CMYK 0.000.210.69   0.02
XYZ61.352961.447515.8346
Yxy61.44750.44250.4432
Hunter Lab78.38852.528242.8952
CIE-Lab82.61877.037264.8573

#fbc64e color RGB value is (251,198,78).

#fbc64e hex color red value is 251, green value is 198 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fbc64e hue: 0.12 , saturation: 0.96 and the lightness value of fbc64e is 0.65.

The process color (four color CMYK) of #fbc64e color hex is 0.00, 0.21, 0.69, 0.02. Web safe color of #fbc64e is #ffcc66. Color #fbc64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 01001110
Octal 373 306 116
Decimal 251 198 78
Hex FB C6 4E

RGB Percentages of Color #fbc64e

%47.63
%37.57
%14.80

CMYK Percentages of Color #fbc64e

%0
%21
%69
%2

Triadic Colors of #fbc64e

#fbc64e #4efbc6 #c64efb

Analogous Colors of #fbc64e

#fbc64e #dafb4e #fb704e

Monochromatic Colors of #fbc64e

#fbc64e

Complementary Color

#fbc64e #4e83fb

#fbc64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc64e Color CSS Codes

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

#fbc64e Text Font Color

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

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


#fbc64e Background Color

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

This div background color is #fbc64e


#fbc64e Border Color

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

This div border color is #fbc64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc64e

Related Colors


Comments

No comments written yet.

Please login to write comment.