Color Hex Logo

#fbc375 Color Hex

#FBC375
(251,195,117)
0 Favorites   0 Comments

Color spaces of #fbc375

RGB 251195117
HSL0.100.940.72
HSV35°53°98°
CMYK 0.000.220.53   0.02
XYZ62.509760.823825.2752
Yxy60.82380.42060.4093
Hunter Lab77.98966.588335.3778
CIE-Lab82.283911.179246.5391

#fbc375 color RGB value is (251,195,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 01110101
Octal 373 303 165
Decimal 251 195 117
Hex FB C3 75

RGB Percentages of Color #fbc375

%44.58
%34.64
%20.78

CMYK Percentages of Color #fbc375

%0
%22
%53
%2

Triadic Colors of #fbc375

#fbc375 #75fbc3 #c375fb

Analogous Colors of #fbc375

#fbc375 #f0fb75 #fb8075

Monochromatic Colors of #fbc375

#fbc375

Complementary Color

#fbc375 #75adfb

#fbc375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc375 Color CSS Codes

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

#fbc375 Text Font Color

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

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


#fbc375 Background Color

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

This div background color is #fbc375


#fbc375 Border Color

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

This div border color is #fbc375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc375

Related Colors


Comments

No comments written yet.

Please login to write comment.