Color Hex Logo

#fbce5a Color Hex

#FBCE5A
(251,206,90)
0 Favorites   0 Comments

Color spaces of #fbce5a

RGB 25120690
HSL0.120.950.67
HSV43°64°98°
CMYK 0.000.180.64   0.02
XYZ63.700465.390018.9370
Yxy65.39000.43030.4417
Hunter Lab80.8641-0.899442.7201
CIE-Lab84.68433.576261.9552

#fbce5a color RGB value is (251,206,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 01011010
Octal 373 316 132
Decimal 251 206 90
Hex FB CE 5A

RGB Percentages of Color #fbce5a

%45.89
%37.66
%16.45

CMYK Percentages of Color #fbce5a

%0
%18
%64
%2

Triadic Colors of #fbce5a

#fbce5a #5afbce #ce5afb

Analogous Colors of #fbce5a

#fbce5a #d8fb5a #fb7e5a

Monochromatic Colors of #fbce5a

#fbce5a

Complementary Color

#fbce5a #5a87fb

#fbce5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbce5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbce5a Color CSS Codes

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

#fbce5a Text Font Color

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

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


#fbce5a Background Color

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

This div background color is #fbce5a


#fbce5a Border Color

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

This div border color is #fbce5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbce5a


Comments

No comments written yet.

Please login to write comment.