Color Hex Logo

#cfaac4 Color Hex

#CFAAC4
(207,170,196)
0 Favorites   0 Comments

Color spaces of #cfaac4

RGB 207170196
HSL0.880.280.74
HSV318°18°81°
CMYK 0.000.180.05   0.19
XYZ50.070746.000458.4645
Yxy46.00040.32400.2977
Hunter Lab67.823613.0862-3.6320
CIE-Lab73.545817.8442-8.1683

#cfaac4 color RGB value is (207,170,196).

#cfaac4 hex color red value is 207, green value is 170 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cfaac4 hue: 0.88 , saturation: 0.28 and the lightness value of cfaac4 is 0.74.

The process color (four color CMYK) of #cfaac4 color hex is 0.00, 0.18, 0.05, 0.19. Web safe color of #cfaac4 is #cc99cc. Color #cfaac4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 11000100
Octal 317 252 304
Decimal 207 170 196
Hex CF AA C4

RGB Percentages of Color #cfaac4

%36.13
%29.67
%34.21

CMYK Percentages of Color #cfaac4

%0
%18
%5
%19

Triadic Colors of #cfaac4

#cfaac4 #c4cfaa #aac4cf

Analogous Colors of #cfaac4

#cfaac4 #cfaab2 #c8aacf

Monochromatic Colors of #cfaac4

#cfaac4

Complementary Color

#cfaac4 #aacfb5

#cfaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaac4 Color CSS Codes

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

#cfaac4 Text Font Color

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

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


#cfaac4 Background Color

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

This div background color is #cfaac4


#cfaac4 Border Color

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

This div border color is #cfaac4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,170,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaac4


Comments

No comments written yet.

Please login to write comment.