Color Hex Logo

#fab95d Color Hex

#FAB95D
(250,185,93)
0 Favorites   0 Comments

Color spaces of #fab95d

RGB 25018593
HSL0.100.940.67
HSV35°63°98°
CMYK 0.000.260.63   0.02
XYZ58.749155.812218.0324
Yxy55.81220.44310.4209
Hunter Lab74.70769.631937.9843
CIE-Lab79.506814.249054.8352

#fab95d color RGB value is (250,185,93).

#fab95d hex color red value is 250, green value is 185 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fab95d hue: 0.10 , saturation: 0.94 and the lightness value of fab95d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01011101
Octal 372 271 135
Decimal 250 185 93
Hex FA B9 5D

RGB Percentages of Color #fab95d

%47.35
%35.04
%17.61

CMYK Percentages of Color #fab95d

%0
%26
%63
%2

Triadic Colors of #fab95d

#fab95d #5dfab9 #b95dfa

Analogous Colors of #fab95d

#fab95d #edfa5d #fa6b5d

Monochromatic Colors of #fab95d

#fab95d

Complementary Color

#fab95d #5d9efa

#fab95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab95d Color CSS Codes

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

#fab95d Text Font Color

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

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


#fab95d Background Color

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

This div background color is #fab95d


#fab95d Border Color

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

This div border color is #fab95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab95d


Comments

No comments written yet.

Please login to write comment.