Color Hex Logo

#fbb953 Color Hex

#FBB953
(251,185,83)
0 Favorites   0 Comments

Color spaces of #fbb953

RGB 25118583
HSL0.100.950.65
HSV36°67°98°
CMYK 0.000.260.67   0.02
XYZ58.694055.831715.8667
Yxy55.83170.45010.4282
Hunter Lab74.72069.453039.7144
CIE-Lab79.517914.067959.4401

#fbb953 color RGB value is (251,185,83).

#fbb953 hex color red value is 251, green value is 185 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fbb953 hue: 0.10 , saturation: 0.95 and the lightness value of fbb953 is 0.65.

The process color (four color CMYK) of #fbb953 color hex is 0.00, 0.26, 0.67, 0.02. Web safe color of #fbb953 is #ffcc66. Color #fbb953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 01010011
Octal 373 271 123
Decimal 251 185 83
Hex FB B9 53

RGB Percentages of Color #fbb953

%48.36
%35.65
%15.99

CMYK Percentages of Color #fbb953

%0
%26
%67
%2

Triadic Colors of #fbb953

#fbb953 #53fbb9 #b953fb

Analogous Colors of #fbb953

#fbb953 #e9fb53 #fb6553

Monochromatic Colors of #fbb953

#fbb953

Complementary Color

#fbb953 #5395fb

#fbb953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb953 Color CSS Codes

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

#fbb953 Text Font Color

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

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


#fbb953 Background Color

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

This div background color is #fbb953


#fbb953 Border Color

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

This div border color is #fbb953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb953


Comments

No comments written yet.

Please login to write comment.