Color Hex Logo

#ffbaa8 Color Hex

#FFBAA8
(255,186,168)
0 Favorites   0 Comments

Color spaces of #ffbaa8

RGB 255186168
HSL0.031.000.83
HSV12°34°100°
CMYK 0.000.270.34   0.00
XYZ65.866859.205045.0019
Yxy59.20500.38730.3481
Hunter Lab76.944818.147419.1850
CIE-Lab81.404122.620018.9608

#ffbaa8 color RGB value is (255,186,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10101000
Octal 377 272 250
Decimal 255 186 168
Hex FF BA A8

RGB Percentages of Color #ffbaa8

%41.87
%30.54
%27.59

CMYK Percentages of Color #ffbaa8

%0
%27
%34
%0

Triadic Colors of #ffbaa8

#ffbaa8 #a8ffba #baa8ff

Analogous Colors of #ffbaa8

#ffbaa8 #ffe6a8 #ffa8c2

Monochromatic Colors of #ffbaa8

#ffbaa8

Complementary Color

#ffbaa8 #a8edff

#ffbaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaa8 Color CSS Codes

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

#ffbaa8 Text Font Color

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

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


#ffbaa8 Background Color

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

This div background color is #ffbaa8


#ffbaa8 Border Color

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

This div border color is #ffbaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaa8


Comments

No comments written yet.

Please login to write comment.