Color Hex Logo

#fabf88 Color Hex

#FABF88
(250,191,136)
0 Favorites   0 Comments

Color spaces of #fabf88

RGB 250191136
HSL0.080.920.76
HSV29°46°98°
CMYK 0.000.240.46   0.02
XYZ62.499159.363231.4567
Yxy59.36320.40760.3872
Hunter Lab77.04759.961829.7265
CIE-Lab81.490814.573235.8725

#fabf88 color RGB value is (250,191,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10001000
Octal 372 277 210
Decimal 250 191 136
Hex FA BF 88

RGB Percentages of Color #fabf88

%43.33
%33.10
%23.57

CMYK Percentages of Color #fabf88

%0
%24
%46
%2

Triadic Colors of #fabf88

#fabf88 #88fabf #bf88fa

Analogous Colors of #fabf88

#fabf88 #faf888 #fa888a

Monochromatic Colors of #fabf88

#fabf88

Complementary Color

#fabf88 #88c3fa

#fabf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf88 Color CSS Codes

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

#fabf88 Text Font Color

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

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


#fabf88 Background Color

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

This div background color is #fabf88


#fabf88 Border Color

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

This div border color is #fabf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf88


Comments

No comments written yet.

Please login to write comment.