Color Hex Logo

#fadba5 Color Hex

#FADBA5
(250,219,165)
0 Favorites   0 Comments

Color spaces of #fadba5

RGB 250219165
HSL0.110.890.81
HSV38°34°98°
CMYK 0.000.120.34   0.02
XYZ71.547473.703646.0526
Yxy73.70360.37400.3853
Hunter Lab85.8508-1.478428.2909
CIE-Lab88.78223.188930.5311

#fadba5 color RGB value is (250,219,165).

#fadba5 hex color red value is 250, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #fadba5 hue: 0.11 , saturation: 0.89 and the lightness value of fadba5 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10100101
Octal 372 333 245
Decimal 250 219 165
Hex FA DB A5

RGB Percentages of Color #fadba5

%39.43
%34.54
%26.03

CMYK Percentages of Color #fadba5

%0
%12
%34
%2

Triadic Colors of #fadba5

#fadba5 #a5fadb #dba5fa

Analogous Colors of #fadba5

#fadba5 #effaa5 #fab1a5

Monochromatic Colors of #fadba5

#fadba5

Complementary Color

#fadba5 #a5c4fa

#fadba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadba5 Color CSS Codes

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

#fadba5 Text Font Color

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

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


#fadba5 Background Color

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

This div background color is #fadba5


#fadba5 Border Color

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

This div border color is #fadba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadba5


Comments

No comments written yet.

Please login to write comment.