Color Hex Logo

#fab35d Color Hex

#FAB35D
(250,179,93)
0 Favorites   0 Comments

Color spaces of #fab35d

RGB 25017993
HSL0.090.940.67
HSV33°63°98°
CMYK 0.000.280.63   0.02
XYZ57.520253.354517.6227
Yxy53.35450.44760.4152
Hunter Lab73.044212.736436.8266
CIE-Lab78.083817.391953.2200

#fab35d color RGB value is (250,179,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 01011101
Octal 372 263 135
Decimal 250 179 93
Hex FA B3 5D

RGB Percentages of Color #fab35d

%47.89
%34.29
%17.82

CMYK Percentages of Color #fab35d

%0
%28
%63
%2

Triadic Colors of #fab35d

#fab35d #5dfab3 #b35dfa

Analogous Colors of #fab35d

#fab35d #f3fa5d #fa655d

Monochromatic Colors of #fab35d

#fab35d

Complementary Color

#fab35d #5da4fa

#fab35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab35d Color CSS Codes

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

#fab35d Text Font Color

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

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


#fab35d Background Color

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

This div background color is #fab35d


#fab35d Border Color

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

This div border color is #fab35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab35d


Comments

No comments written yet.

Please login to write comment.