Color Hex Logo

#ffbaa4 Color Hex

#FFBAA4
(255,186,164)
0 Favorites   0 Comments

Color spaces of #ffbaa4

RGB 255186164
HSL0.041.000.82
HSV15°36°100°
CMYK 0.000.270.36   0.00
XYZ65.499759.058143.0691
Yxy59.05810.39070.3523
Hunter Lab76.849317.651820.5662
CIE-Lab81.323522.144020.9859

#ffbaa4 color RGB value is (255,186,164).

#ffbaa4 hex color red value is 255, green value is 186 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ffbaa4 hue: 0.04 , saturation: 1.00 and the lightness value of ffbaa4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10100100
Octal 377 272 244
Decimal 255 186 164
Hex FF BA A4

RGB Percentages of Color #ffbaa4

%42.15
%30.74
%27.11

CMYK Percentages of Color #ffbaa4

%0
%27
%36
%0

Triadic Colors of #ffbaa4

#ffbaa4 #a4ffba #baa4ff

Analogous Colors of #ffbaa4

#ffbaa4 #ffe8a4 #ffa4bc

Monochromatic Colors of #ffbaa4

#ffbaa4

Complementary Color

#ffbaa4 #a4e9ff

#ffbaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaa4 Color CSS Codes

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

#ffbaa4 Text Font Color

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

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


#ffbaa4 Background Color

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

This div background color is #ffbaa4


#ffbaa4 Border Color

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

This div border color is #ffbaa4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,186,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffbaa4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffbaa4;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbaa4;
  box-shadow:         1px 1px 3px 2px #ffbaa4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,186,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaa4


Comments

No comments written yet.

Please login to write comment.