Color Hex Logo

#fbc958 Color Hex

#FBC958
(251,201,88)
0 Favorites   0 Comments

Color spaces of #fbc958

RGB 25120188
HSL0.120.950.66
HSV42°65°98°
CMYK 0.000.200.65   0.02
XYZ62.431862.987118.0997
Yxy62.98710.43500.4389
Hunter Lab79.36441.528842.0335
CIE-Lab83.43566.034461.4725

#fbc958 color RGB value is (251,201,88).

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

The process color (four color CMYK) of #fbc958 color hex is 0.00, 0.20, 0.65, 0.02. Web safe color of #fbc958 is #ffcc66. Color #fbc958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01011000
Octal 373 311 130
Decimal 251 201 88
Hex FB C9 58

RGB Percentages of Color #fbc958

%46.48
%37.22
%16.30

CMYK Percentages of Color #fbc958

%0
%20
%65
%2

Triadic Colors of #fbc958

#fbc958 #58fbc9 #c958fb

Analogous Colors of #fbc958

#fbc958 #dcfb58 #fb7858

Monochromatic Colors of #fbc958

#fbc958

Complementary Color

#fbc958 #588afb

#fbc958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc958 Color CSS Codes

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

#fbc958 Text Font Color

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

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


#fbc958 Background Color

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

This div background color is #fbc958


#fbc958 Border Color

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

This div border color is #fbc958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc958


Comments

No comments written yet.

Please login to write comment.