Color Hex Logo

#fbce3a Color Hex

#FBCE3A
(251,206,58)
0 Favorites   0 Comments

Color spaces of #fbce3a

RGB 25120658
HSL0.130.960.61
HSV46°77°98°
CMYK 0.000.180.77   0.02
XYZ62.618764.957313.2406
Yxy64.95730.44470.4613
Hunter Lab80.5961-2.358546.6769
CIE-Lab84.46172.044774.1238

#fbce3a color RGB value is (251,206,58).

#fbce3a hex color red value is 251, green value is 206 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fbce3a hue: 0.13 , saturation: 0.96 and the lightness value of fbce3a is 0.61.

The process color (four color CMYK) of #fbce3a color hex is 0.00, 0.18, 0.77, 0.02. Web safe color of #fbce3a is #ffcc33. Color #fbce3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 00111010
Octal 373 316 72
Decimal 251 206 58
Hex FB CE 3A

RGB Percentages of Color #fbce3a

%48.74
%40.00
%11.26

CMYK Percentages of Color #fbce3a

%0
%18
%77
%2

Triadic Colors of #fbce3a

#fbce3a #3afbce #ce3afb

Analogous Colors of #fbce3a

#fbce3a #c8fb3a #fb6e3a

Monochromatic Colors of #fbce3a

#fbce3a

Complementary Color

#fbce3a #3a67fb

#fbce3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbce3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbce3a Color CSS Codes

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

#fbce3a Text Font Color

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

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


#fbce3a Background Color

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

This div background color is #fbce3a


#fbce3a Border Color

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

This div border color is #fbce3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbce3a

Related Colors


Comments

No comments written yet.

Please login to write comment.