Color Hex Logo

#f7aeea Color Hex

#F7AEEA
(247,174,234)
0 Favorites   0 Comments

Color spaces of #f7aeea

RGB 247174234
HSL0.860.820.83
HSV311°30°97°
CMYK 0.000.300.05   0.03
XYZ68.345155.986885.0463
Yxy55.98680.32640.2674
Hunter Lab74.824332.1007-15.0128
CIE-Lab79.606335.8505-19.3497

#f7aeea color RGB value is (247,174,234).

#f7aeea hex color red value is 247, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f7aeea hue: 0.86 , saturation: 0.82 and the lightness value of f7aeea is 0.83.

The process color (four color CMYK) of #f7aeea color hex is 0.00, 0.30, 0.05, 0.03. Web safe color of #f7aeea is #ff99ff. Color #f7aeea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101110 11101010
Octal 367 256 352
Decimal 247 174 234
Hex F7 AE EA

RGB Percentages of Color #f7aeea

%37.71
%26.56
%35.73

CMYK Percentages of Color #f7aeea

%0
%30
%5
%3

Triadic Colors of #f7aeea

#f7aeea #eaf7ae #aeeaf7

Analogous Colors of #f7aeea

#f7aeea #f7aec6 #e0aef7

Monochromatic Colors of #f7aeea

#f7aeea

Complementary Color

#f7aeea #aef7bb

#f7aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7aeea Color CSS Codes

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

#f7aeea Text Font Color

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

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


#f7aeea Background Color

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

This div background color is #f7aeea


#f7aeea Border Color

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

This div border color is #f7aeea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,174,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7aeea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7aeea;
  -webkit-box-shadow: 1px 1px 3px 2px #f7aeea;
  box-shadow:         1px 1px 3px 2px #f7aeea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,174,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7aeea


Comments

No comments written yet.

Please login to write comment.