Color Hex Logo

#fe6acc Color Hex

#FE6ACC
(254,106,204)
0 Favorites   0 Comments

Color spaces of #fe6acc

RGB 254106204
HSL0.890.990.71
HSV320°58°100°
CMYK 0.000.580.20   0.00
XYZ56.926235.738561.0246
Yxy35.73850.37040.2325
Hunter Lab59.781765.3560-18.6755
CIE-Lab66.319666.6387-22.9662

#fe6acc color RGB value is (254,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101010 11001100
Octal 376 152 314
Decimal 254 106 204
Hex FE 6A CC

RGB Percentages of Color #fe6acc

%45.04
%18.79
%36.17

CMYK Percentages of Color #fe6acc

%0
%58
%20
%0

Triadic Colors of #fe6acc

#fe6acc #ccfe6a #6accfe

Analogous Colors of #fe6acc

#fe6acc #fe6a82 #e66afe

Monochromatic Colors of #fe6acc

#fe6acc

Complementary Color

#fe6acc #6afe9c

#fe6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6acc Color CSS Codes

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

#fe6acc Text Font Color

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

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


#fe6acc Background Color

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

This div background color is #fe6acc


#fe6acc Border Color

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

This div border color is #fe6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6acc


Comments

No comments written yet.

Please login to write comment.