Color Hex Logo

#fadb87 Color Hex

#FADB87
(250,219,135)
0 Favorites   0 Comments

Color spaces of #fadb87

RGB 250219135
HSL0.120.920.75
HSV44°46°98°
CMYK 0.000.120.46   0.02
XYZ69.129072.736333.3177
Yxy72.73630.39460.4152
Hunter Lab85.2856-4.565036.5376
CIE-Lab88.3218-0.010145.0926

#fadb87 color RGB value is (250,219,135).

#fadb87 hex color red value is 250, green value is 219 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fadb87 hue: 0.12 , saturation: 0.92 and the lightness value of fadb87 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10000111
Octal 372 333 207
Decimal 250 219 135
Hex FA DB 87

RGB Percentages of Color #fadb87

%41.39
%36.26
%22.35

CMYK Percentages of Color #fadb87

%0
%12
%46
%2

Triadic Colors of #fadb87

#fadb87 #87fadb #db87fa

Analogous Colors of #fadb87

#fadb87 #e0fa87 #faa287

Monochromatic Colors of #fadb87

#fadb87

Complementary Color

#fadb87 #87a6fa

#fadb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb87 Color CSS Codes

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

#fadb87 Text Font Color

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

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


#fadb87 Background Color

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

This div background color is #fadb87


#fadb87 Border Color

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

This div border color is #fadb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb87


Comments

No comments written yet.

Please login to write comment.