Color Hex Logo

#f6aedc Color Hex

#F6AEDC
(246,174,220)
0 Favorites   0 Comments

Color spaces of #f6aedc

RGB 246174220
HSL0.890.800.82
HSV322°29°96°
CMYK 0.000.290.11   0.04
XYZ66.060455.032274.8507
Yxy55.03220.33710.2809
Hunter Lab74.183729.1324-7.8945
CIE-Lab79.059833.1580-12.6162

#f6aedc color RGB value is (246,174,220).

#f6aedc hex color red value is 246, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f6aedc hue: 0.89 , saturation: 0.80 and the lightness value of f6aedc is 0.82.

The process color (four color CMYK) of #f6aedc color hex is 0.00, 0.29, 0.11, 0.04. Web safe color of #f6aedc is #ff99cc. Color #f6aedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101110 11011100
Octal 366 256 334
Decimal 246 174 220
Hex F6 AE DC

RGB Percentages of Color #f6aedc

%38.44
%27.19
%34.38

CMYK Percentages of Color #f6aedc

%0
%29
%11
%4

Triadic Colors of #f6aedc

#f6aedc #dcf6ae #aedcf6

Analogous Colors of #f6aedc

#f6aedc #f6aeb8 #ecaef6

Monochromatic Colors of #f6aedc

#f6aedc

Complementary Color

#f6aedc #aef6c8

#f6aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aedc Color CSS Codes

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

#f6aedc Text Font Color

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

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


#f6aedc Background Color

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

This div background color is #f6aedc


#f6aedc Border Color

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

This div border color is #f6aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aedc


Comments

No comments written yet.

Please login to write comment.