Color Hex Logo

#cfa6ae Color Hex

#CFA6AE
(207,166,174)
0 Favorites   0 Comments

Color spaces of #cfa6ae

RGB 207166174
HSL0.970.300.73
HSV348°20°81°
CMYK 0.000.200.16   0.19
XYZ47.008343.593845.9812
Yxy43.59380.34420.3192
Hunter Lab66.025611.54204.9275
CIE-Lab71.956216.28961.5983

#cfa6ae color RGB value is (207,166,174).

#cfa6ae hex color red value is 207, green value is 166 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cfa6ae hue: 0.97 , saturation: 0.30 and the lightness value of cfa6ae is 0.73.

The process color (four color CMYK) of #cfa6ae color hex is 0.00, 0.20, 0.16, 0.19. Web safe color of #cfa6ae is #cc9999. Color #cfa6ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 10101110
Octal 317 246 256
Decimal 207 166 174
Hex CF A6 AE

RGB Percentages of Color #cfa6ae

%37.84
%30.35
%31.81

CMYK Percentages of Color #cfa6ae

%0
%20
%16
%19

Triadic Colors of #cfa6ae

#cfa6ae #aecfa6 #a6aecf

Analogous Colors of #cfa6ae

#cfa6ae #cfb3a6 #cfa6c3

Monochromatic Colors of #cfa6ae

#cfa6ae

Complementary Color

#cfa6ae #a6cfc7

#cfa6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa6ae Color CSS Codes

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

#cfa6ae Text Font Color

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

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


#cfa6ae Background Color

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

This div background color is #cfa6ae


#cfa6ae Border Color

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

This div border color is #cfa6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa6ae


Comments

No comments written yet.

Please login to write comment.