Color Hex Logo

#fbc37d Color Hex

#FBC37D
(251,195,125)
0 Favorites   0 Comments

Color spaces of #fbc37d

RGB 251195125
HSL0.090.940.74
HSV33°50°98°
CMYK 0.000.220.50   0.02
XYZ63.000461.020127.8596
Yxy61.02010.41480.4018
Hunter Lab78.11547.259233.5352
CIE-Lab82.389511.858842.6670

#fbc37d color RGB value is (251,195,125).

#fbc37d hex color red value is 251, green value is 195 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fbc37d hue: 0.09 , saturation: 0.94 and the lightness value of fbc37d is 0.74.

The process color (four color CMYK) of #fbc37d color hex is 0.00, 0.22, 0.50, 0.02. Web safe color of #fbc37d is #ffcc66. Color #fbc37d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 01111101
Octal 373 303 175
Decimal 251 195 125
Hex FB C3 7D

RGB Percentages of Color #fbc37d

%43.96
%34.15
%21.89

CMYK Percentages of Color #fbc37d

%0
%22
%50
%2

Triadic Colors of #fbc37d

#fbc37d #7dfbc3 #c37dfb

Analogous Colors of #fbc37d

#fbc37d #f4fb7d #fb847d

Monochromatic Colors of #fbc37d

#fbc37d

Complementary Color

#fbc37d #7db5fb

#fbc37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc37d Color CSS Codes

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

#fbc37d Text Font Color

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

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


#fbc37d Background Color

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

This div background color is #fbc37d


#fbc37d Border Color

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

This div border color is #fbc37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc37d

Related Colors


Comments

No comments written yet.

Please login to write comment.