Color Hex Logo

#fbc95d Color Hex

#FBC95D
(251,201,93)
0 Favorites   0 Comments

Color spaces of #fbc95d

RGB 25120193
HSL0.110.950.67
HSV41°63°98°
CMYK 0.000.200.63   0.02
XYZ62.646163.072819.2284
Yxy63.07280.43220.4351
Hunter Lab79.41841.820641.2379
CIE-Lab83.48076.336959.3103

#fbc95d color RGB value is (251,201,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01011101
Octal 373 311 135
Decimal 251 201 93
Hex FB C9 5D

RGB Percentages of Color #fbc95d

%46.06
%36.88
%17.06

CMYK Percentages of Color #fbc95d

%0
%20
%63
%2

Triadic Colors of #fbc95d

#fbc95d #5dfbc9 #c95dfb

Analogous Colors of #fbc95d

#fbc95d #defb5d #fb7a5d

Monochromatic Colors of #fbc95d

#fbc95d

Complementary Color

#fbc95d #5d8ffb

#fbc95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc95d Color CSS Codes

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

#fbc95d Text Font Color

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

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


#fbc95d Background Color

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

This div background color is #fbc95d


#fbc95d Border Color

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

This div border color is #fbc95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc95d


Comments

No comments written yet.

Please login to write comment.