Color Hex Logo

#fe669a Color Hex

#FE669A
(254,102,154)
0 Favorites   0 Comments

Color spaces of #fe669a

RGB 254102154
HSL0.940.990.70
HSV339°60°100°
CMYK 0.000.600.39   0.00
XYZ51.457232.906734.2114
Yxy32.90670.43400.2775
Hunter Lab57.364459.73114.7952
CIE-Lab64.085362.31572.1111

#fe669a color RGB value is (254,102,154).

#fe669a hex color red value is 254, green value is 102 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fe669a hue: 0.94 , saturation: 0.99 and the lightness value of fe669a is 0.70.

The process color (four color CMYK) of #fe669a color hex is 0.00, 0.60, 0.39, 0.00. Web safe color of #fe669a is #ff6699. Color #fe669a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100110 10011010
Octal 376 146 232
Decimal 254 102 154
Hex FE 66 9A

RGB Percentages of Color #fe669a

%49.80
%20.00
%30.20

CMYK Percentages of Color #fe669a

%0
%60
%39
%0

Triadic Colors of #fe669a

#fe669a #9afe66 #669afe

Analogous Colors of #fe669a

#fe669a #fe7e66 #fe66e6

Monochromatic Colors of #fe669a

#fe669a

Complementary Color

#fe669a #66feca

#fe669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe669a Color CSS Codes

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

#fe669a Text Font Color

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

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


#fe669a Background Color

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

This div background color is #fe669a


#fe669a Border Color

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

This div border color is #fe669a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,102,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe669a


Comments

No comments written yet.

Please login to write comment.