Color Hex Logo

#ffa4ec Color Hex

#FFA4EC
(255,164,236)
0 Favorites   0 Comments

Color spaces of #ffa4ec

RGB 255164236
HSL0.871.000.82
HSV313°36°100°
CMYK 0.000.360.07   0.00
XYZ69.655853.867086.0830
Yxy53.86700.33230.2570
Hunter Lab73.394140.9683-18.1645
CIE-Lab78.384143.9640-22.2023

#ffa4ec color RGB value is (255,164,236).

#ffa4ec hex color red value is 255, green value is 164 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ffa4ec hue: 0.87 , saturation: 1.00 and the lightness value of ffa4ec is 0.82.

The process color (four color CMYK) of #ffa4ec color hex is 0.00, 0.36, 0.07, 0.00. Web safe color of #ffa4ec is #ff99ff. Color #ffa4ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 11101100
Octal 377 244 354
Decimal 255 164 236
Hex FF A4 EC

RGB Percentages of Color #ffa4ec

%38.93
%25.04
%36.03

CMYK Percentages of Color #ffa4ec

%0
%36
%7
%0

Triadic Colors of #ffa4ec

#ffa4ec #ecffa4 #a4ecff

Analogous Colors of #ffa4ec

#ffa4ec #ffa4bf #e5a4ff

Monochromatic Colors of #ffa4ec

#ffa4ec

Complementary Color

#ffa4ec #a4ffb7

#ffa4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa4ec Color CSS Codes

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

#ffa4ec Text Font Color

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

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


#ffa4ec Background Color

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

This div background color is #ffa4ec


#ffa4ec Border Color

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

This div border color is #ffa4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa4ec

#ffa4ec Color Palettes


Comments

No comments written yet.

Please login to write comment.