Color Hex Logo

#cfa4ae Color Hex

#CFA4AE
(207,164,174)
1 Favorites   0 Comments

Color spaces of #cfa4ae

RGB 207164174
HSL0.960.310.73
HSV346°21°81°
CMYK 0.000.210.16   0.19
XYZ46.647642.872345.8610
Yxy42.87230.34460.3167
Hunter Lab65.476912.58374.3063
CIE-Lab71.468217.37890.8879

#cfa4ae color RGB value is (207,164,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 10101110
Octal 317 244 256
Decimal 207 164 174
Hex CF A4 AE

RGB Percentages of Color #cfa4ae

%37.98
%30.09
%31.93

CMYK Percentages of Color #cfa4ae

%0
%21
%16
%19

Triadic Colors of #cfa4ae

#cfa4ae #aecfa4 #a4aecf

Analogous Colors of #cfa4ae

#cfa4ae #cfb0a4 #cfa4c4

Monochromatic Colors of #cfa4ae

#cfa4ae

Complementary Color

#cfa4ae #a4cfc5

#cfa4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa4ae Color CSS Codes

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

#cfa4ae Text Font Color

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

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


#cfa4ae Background Color

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

This div background color is #cfa4ae


#cfa4ae Border Color

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

This div border color is #cfa4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa4ae


Comments

No comments written yet.

Please login to write comment.