Color Hex Logo

#fbc952 Color Hex

#FBC952
(251,201,82)
0 Favorites   0 Comments

Color spaces of #fbc952

RGB 25120182
HSL0.120.950.65
HSV42°67°98°
CMYK 0.000.200.67   0.02
XYZ62.193362.891716.8440
Yxy62.89170.43820.4431
Hunter Lab79.30431.203742.9200
CIE-Lab83.38545.696863.9902

#fbc952 color RGB value is (251,201,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01010010
Octal 373 311 122
Decimal 251 201 82
Hex FB C9 52

RGB Percentages of Color #fbc952

%47.00
%37.64
%15.36

CMYK Percentages of Color #fbc952

%0
%20
%67
%2

Triadic Colors of #fbc952

#fbc952 #52fbc9 #c952fb

Analogous Colors of #fbc952

#fbc952 #d9fb52 #fb7552

Monochromatic Colors of #fbc952

#fbc952

Complementary Color

#fbc952 #5284fb

#fbc952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc952 Color CSS Codes

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

#fbc952 Text Font Color

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

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


#fbc952 Background Color

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

This div background color is #fbc952


#fbc952 Border Color

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

This div border color is #fbc952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc952

#fbc952 Color Palettes


Comments

No comments written yet.

Please login to write comment.