Color Hex Logo

#f9a4ec Color Hex

#F9A4EC
(249,164,236)
0 Favorites   0 Comments

Color spaces of #f9a4ec

RGB 249164236
HSL0.860.880.81
HSV309°34°98°
CMYK 0.000.340.05   0.02
XYZ67.482752.746885.9813
Yxy52.74680.32730.2558
Hunter Lab72.627038.7593-19.3531
CIE-Lab77.725342.0664-23.2654

#f9a4ec color RGB value is (249,164,236).

#f9a4ec hex color red value is 249, green value is 164 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f9a4ec hue: 0.86 , saturation: 0.88 and the lightness value of f9a4ec is 0.81.

The process color (four color CMYK) of #f9a4ec color hex is 0.00, 0.34, 0.05, 0.02. Web safe color of #f9a4ec is #ff99ff. Color #f9a4ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100100 11101100
Octal 371 244 354
Decimal 249 164 236
Hex F9 A4 EC

RGB Percentages of Color #f9a4ec

%38.37
%25.27
%36.36

CMYK Percentages of Color #f9a4ec

%0
%34
%5
%2

Triadic Colors of #f9a4ec

#f9a4ec #ecf9a4 #a4ecf9

Analogous Colors of #f9a4ec

#f9a4ec #f9a4c2 #dca4f9

Monochromatic Colors of #f9a4ec

#f9a4ec

Complementary Color

#f9a4ec #a4f9b1

#f9a4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a4ec Color CSS Codes

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

#f9a4ec Text Font Color

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

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


#f9a4ec Background Color

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

This div background color is #f9a4ec


#f9a4ec Border Color

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

This div border color is #f9a4ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,164,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9a4ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9a4ec;
  -webkit-box-shadow: 1px 1px 3px 2px #f9a4ec;
  box-shadow:         1px 1px 3px 2px #f9a4ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,164,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a4ec

Related Colors


Comments

No comments written yet.

Please login to write comment.