Color Hex Logo

#fabd80 Color Hex

#FABD80
(250,189,128)
3 Favorites   0 Comments

Color spaces of #fabd80

RGB 250189128
HSL0.080.920.74
HSV30°49°98°
CMYK 0.000.240.49   0.02
XYZ61.518258.277728.4284
Yxy58.27770.41500.3932
Hunter Lab76.339810.248931.3587
CIE-Lab80.892914.863639.2284

#fabd80 color RGB value is (250,189,128).

#fabd80 hex color red value is 250, green value is 189 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fabd80 hue: 0.08 , saturation: 0.92 and the lightness value of fabd80 is 0.74.

The process color (four color CMYK) of #fabd80 color hex is 0.00, 0.24, 0.49, 0.02. Web safe color of #fabd80 is #ffcc99. Color #fabd80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10000000
Octal 372 275 200
Decimal 250 189 128
Hex FA BD 80

RGB Percentages of Color #fabd80

%44.09
%33.33
%22.57

CMYK Percentages of Color #fabd80

%0
%24
%49
%2

Triadic Colors of #fabd80

#fabd80 #80fabd #bd80fa

Analogous Colors of #fabd80

#fabd80 #fafa80 #fa8080

Monochromatic Colors of #fabd80

#fabd80

Complementary Color

#fabd80 #80bdfa

#fabd80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd80 Color CSS Codes

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

#fabd80 Text Font Color

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

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


#fabd80 Background Color

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

This div background color is #fabd80


#fabd80 Border Color

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

This div border color is #fabd80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd80


Comments

No comments written yet.

Please login to write comment.