Color Hex Logo

#fbce64 Color Hex

#FBCE64
(251,206,100)
0 Favorites   0 Comments

Color spaces of #fbce64

RGB 251206100
HSL0.120.950.69
HSV42°60°98°
CMYK 0.000.180.60   0.02
XYZ64.155265.571921.3319
Yxy65.57190.42470.4341
Hunter Lab80.9765-0.288741.0646
CIE-Lab84.77764.213157.5954

#fbce64 color RGB value is (251,206,100).

#fbce64 hex color red value is 251, green value is 206 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fbce64 hue: 0.12 , saturation: 0.95 and the lightness value of fbce64 is 0.69.

The process color (four color CMYK) of #fbce64 color hex is 0.00, 0.18, 0.60, 0.02. Web safe color of #fbce64 is #ffcc66. Color #fbce64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 01100100
Octal 373 316 144
Decimal 251 206 100
Hex FB CE 64

RGB Percentages of Color #fbce64

%45.06
%36.98
%17.95

CMYK Percentages of Color #fbce64

%0
%18
%60
%2

Triadic Colors of #fbce64

#fbce64 #64fbce #ce64fb

Analogous Colors of #fbce64

#fbce64 #ddfb64 #fb8364

Monochromatic Colors of #fbce64

#fbce64

Complementary Color

#fbce64 #6491fb

#fbce64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbce64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbce64 Color CSS Codes

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

#fbce64 Text Font Color

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

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


#fbce64 Background Color

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

This div background color is #fbce64


#fbce64 Border Color

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

This div border color is #fbce64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbce64

Related Colors


Comments

No comments written yet.

Please login to write comment.