Color Hex Logo

#ff6acc Color Hex

#FF6ACC
(255,106,204)
0 Favorites   0 Comments

Color spaces of #ff6acc

RGB 255106204
HSL0.891.000.71
HSV321°58°100°
CMYK 0.000.580.20   0.00
XYZ57.293135.927761.0418
Yxy35.92770.37140.2329
Hunter Lab59.939765.7239-18.4223
CIE-Lab66.464666.9172-22.7316

#ff6acc color RGB value is (255,106,204).

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

The process color (four color CMYK) of #ff6acc color hex is 0.00, 0.58, 0.20, 0.00. Web safe color of #ff6acc is #ff66cc. Color #ff6acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101010 11001100
Octal 377 152 314
Decimal 255 106 204
Hex FF 6A CC

RGB Percentages of Color #ff6acc

%45.13
%18.76
%36.11

CMYK Percentages of Color #ff6acc

%0
%58
%20
%0

Triadic Colors of #ff6acc

#ff6acc #ccff6a #6accff

Analogous Colors of #ff6acc

#ff6acc #ff6a82 #e86aff

Monochromatic Colors of #ff6acc

#ff6acc

Complementary Color

#ff6acc #6aff9d

#ff6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6acc Color CSS Codes

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

#ff6acc Text Font Color

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

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


#ff6acc Background Color

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

This div background color is #ff6acc


#ff6acc Border Color

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

This div border color is #ff6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6acc


Comments

No comments written yet.

Please login to write comment.