Color Hex Logo

#fabda5 Color Hex

#FABDA5
(250,189,165)
0 Favorites   0 Comments

Color spaces of #fabda5

RGB 250189165
HSL0.050.890.81
HSV17°34°98°
CMYK 0.000.240.34   0.02
XYZ64.413559.435843.6746
Yxy59.43580.38450.3548
Hunter Lab77.094614.223420.3781
CIE-Lab81.530618.796720.6581

#fabda5 color RGB value is (250,189,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10100101
Octal 372 275 245
Decimal 250 189 165
Hex FA BD A5

RGB Percentages of Color #fabda5

%41.39
%31.29
%27.32

CMYK Percentages of Color #fabda5

%0
%24
%34
%2

Triadic Colors of #fabda5

#fabda5 #a5fabd #bda5fa

Analogous Colors of #fabda5

#fabda5 #fae8a5 #faa5b8

Monochromatic Colors of #fabda5

#fabda5

Complementary Color

#fabda5 #a5e2fa

#fabda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabda5 Color CSS Codes

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

#fabda5 Text Font Color

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

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


#fabda5 Background Color

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

This div background color is #fabda5


#fabda5 Border Color

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

This div border color is #fabda5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,189,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 #fabda5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabda5

Related Colors


Comments

No comments written yet.

Please login to write comment.