Color Hex Logo

#c69fae Color Hex

#C69FAE
(198,159,174)
0 Favorites   0 Comments

Color spaces of #c69fae

RGB 198159174
HSL0.940.250.70
HSV337°20°78°
CMYK 0.000.200.12   0.22
XYZ43.326839.858045.4542
Yxy39.85800.33680.3098
Hunter Lab63.133212.01721.5060
CIE-Lab69.368316.8401-2.2881

#c69fae color RGB value is (198,159,174).

#c69fae hex color red value is 198, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c69fae hue: 0.94 , saturation: 0.25 and the lightness value of c69fae is 0.70.

The process color (four color CMYK) of #c69fae color hex is 0.00, 0.20, 0.12, 0.22. Web safe color of #c69fae is #cc9999. Color #c69fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011111 10101110
Octal 306 237 256
Decimal 198 159 174
Hex C6 9F AE

RGB Percentages of Color #c69fae

%37.29
%29.94
%32.77

CMYK Percentages of Color #c69fae

%0
%20
%12
%22

Triadic Colors of #c69fae

#c69fae #aec69f #9faec6

Analogous Colors of #c69fae

#c69fae #c6a49f #c69fc2

Monochromatic Colors of #c69fae

#c69fae

Complementary Color

#c69fae #9fc6b7

#c69fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69fae Color CSS Codes

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

#c69fae Text Font Color

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

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


#c69fae Background Color

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

This div background color is #c69fae


#c69fae Border Color

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

This div border color is #c69fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69fae


Comments

No comments written yet.

Please login to write comment.