Color Hex Logo

#fabd69 Color Hex

#FABD69
(250,189,105)
0 Favorites   0 Comments

Color spaces of #fabd69

RGB 250189105
HSL0.100.940.70
HSV35°58°98°
CMYK 0.000.240.58   0.02
XYZ60.171757.739121.3380
Yxy57.73910.43210.4146
Hunter Lab75.98628.374036.5409
CIE-Lab80.593512.975450.3704

#fabd69 color RGB value is (250,189,105).

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

The process color (four color CMYK) of #fabd69 color hex is 0.00, 0.24, 0.58, 0.02. Web safe color of #fabd69 is #ffcc66. Color #fabd69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 01101001
Octal 372 275 151
Decimal 250 189 105
Hex FA BD 69

RGB Percentages of Color #fabd69

%45.96
%34.74
%19.30

CMYK Percentages of Color #fabd69

%0
%24
%58
%2

Triadic Colors of #fabd69

#fabd69 #69fabd #bd69fa

Analogous Colors of #fabd69

#fabd69 #effa69 #fa7569

Monochromatic Colors of #fabd69

#fabd69

Complementary Color

#fabd69 #69a6fa

#fabd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd69 Color CSS Codes

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

#fabd69 Text Font Color

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

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


#fabd69 Background Color

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

This div background color is #fabd69


#fabd69 Border Color

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

This div border color is #fabd69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,189,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd69


Comments

No comments written yet.

Please login to write comment.