Color Hex Logo

#ff6bac Color Hex

#FF6BAC
(255,107,172)
0 Favorites   0 Comments

Color spaces of #ff6bac

RGB 255107172
HSL0.931.000.71
HSV334°58°100°
CMYK 0.000.580.33   0.00
XYZ53.944134.753942.8947
Yxy34.75390.40990.2641
Hunter Lab58.952460.1687-1.8736
CIE-Lab65.556662.4357-6.0000

#ff6bac color RGB value is (255,107,172).

#ff6bac hex color red value is 255, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ff6bac hue: 0.93 , saturation: 1.00 and the lightness value of ff6bac is 0.71.

The process color (four color CMYK) of #ff6bac color hex is 0.00, 0.58, 0.33, 0.00. Web safe color of #ff6bac is #ff6699. Color #ff6bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101011 10101100
Octal 377 153 254
Decimal 255 107 172
Hex FF 6B AC

RGB Percentages of Color #ff6bac

%47.75
%20.04
%32.21

CMYK Percentages of Color #ff6bac

%0
%58
%33
%0

Triadic Colors of #ff6bac

#ff6bac #acff6b #6bacff

Analogous Colors of #ff6bac

#ff6bac #ff746b #ff6bf6

Monochromatic Colors of #ff6bac

#ff6bac

Complementary Color

#ff6bac #6bffbe

#ff6bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6bac Color CSS Codes

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

#ff6bac Text Font Color

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

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


#ff6bac Background Color

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

This div background color is #ff6bac


#ff6bac Border Color

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

This div border color is #ff6bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6bac


Comments

No comments written yet.

Please login to write comment.