Color Hex Logo

#cfaab3 Color Hex

#CFAAB3
(207,170,179)
0 Favorites   0 Comments

Color spaces of #cfaab3

RGB 207170179
HSL0.960.280.74
HSV345°18°81°
CMYK 0.000.180.14   0.19
XYZ48.243545.269548.8430
Yxy45.26950.33890.3180
Hunter Lab67.282610.24494.0570
CIE-Lab73.069014.92630.4665

#cfaab3 color RGB value is (207,170,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 10110011
Octal 317 252 263
Decimal 207 170 179
Hex CF AA B3

RGB Percentages of Color #cfaab3

%37.23
%30.58
%32.19

CMYK Percentages of Color #cfaab3

%0
%18
%14
%19

Triadic Colors of #cfaab3

#cfaab3 #b3cfaa #aab3cf

Analogous Colors of #cfaab3

#cfaab3 #cfb4aa #cfaac6

Monochromatic Colors of #cfaab3

#cfaab3

Complementary Color

#cfaab3 #aacfc6

#cfaab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaab3 Color CSS Codes

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

#cfaab3 Text Font Color

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

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


#cfaab3 Background Color

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

This div background color is #cfaab3


#cfaab3 Border Color

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

This div border color is #cfaab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaab3


Comments

No comments written yet.

Please login to write comment.