Color Hex Logo

#fab692 Color Hex

#FAB692
(250,182,146)
0 Favorites   0 Comments

Color spaces of #fab692

RGB 250182146
HSL0.060.910.78
HSV21°42°98°
CMYK 0.000.270.42   0.02
XYZ61.340655.855234.7423
Yxy55.85520.40370.3676
Hunter Lab74.736315.717124.7536
CIE-Lab79.531320.316028.0425

#fab692 color RGB value is (250,182,146).

#fab692 hex color red value is 250, green value is 182 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fab692 hue: 0.06 , saturation: 0.91 and the lightness value of fab692 is 0.78.

The process color (four color CMYK) of #fab692 color hex is 0.00, 0.27, 0.42, 0.02. Web safe color of #fab692 is #ffcc99. Color #fab692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 10010010
Octal 372 266 222
Decimal 250 182 146
Hex FA B6 92

RGB Percentages of Color #fab692

%43.25
%31.49
%25.26

CMYK Percentages of Color #fab692

%0
%27
%42
%2

Triadic Colors of #fab692

#fab692 #92fab6 #b692fa

Analogous Colors of #fab692

#fab692 #faea92 #fa92a2

Monochromatic Colors of #fab692

#fab692

Complementary Color

#fab692 #92d6fa

#fab692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab692 Color CSS Codes

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

#fab692 Text Font Color

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

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


#fab692 Background Color

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

This div background color is #fab692


#fab692 Border Color

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

This div border color is #fab692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab692


Comments

No comments written yet.

Please login to write comment.