Color Hex Logo

#fbc475 Color Hex

#FBC475
(251,196,117)
0 Favorites   0 Comments

Color spaces of #fbc475

RGB 251196117
HSL0.100.940.72
HSV35°53°98°
CMYK 0.000.220.53   0.02
XYZ62.734561.273425.3501
Yxy61.27340.42000.4102
Hunter Lab78.27736.071535.5931
CIE-Lab82.525510.658646.8343

#fbc475 color RGB value is (251,196,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01110101
Octal 373 304 165
Decimal 251 196 117
Hex FB C4 75

RGB Percentages of Color #fbc475

%44.50
%34.75
%20.74

CMYK Percentages of Color #fbc475

%0
%22
%53
%2

Triadic Colors of #fbc475

#fbc475 #75fbc4 #c475fb

Analogous Colors of #fbc475

#fbc475 #effb75 #fb8175

Monochromatic Colors of #fbc475

#fbc475

Complementary Color

#fbc475 #75acfb

#fbc475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc475 Color CSS Codes

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

#fbc475 Text Font Color

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

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


#fbc475 Background Color

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

This div background color is #fbc475


#fbc475 Border Color

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

This div border color is #fbc475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,196,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 #fbc475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc475


Comments

No comments written yet.

Please login to write comment.