Color Hex Logo

#cfaab2 Color Hex

#CFAAB2
(207,170,178)
0 Favorites   0 Comments

Color spaces of #cfaab2

RGB 207170178
HSL0.960.280.74
HSV347°18°81°
CMYK 0.000.180.14   0.19
XYZ48.142745.229248.3122
Yxy45.22920.33980.3192
Hunter Lab67.252710.08684.4848
CIE-Lab73.042614.76230.9775

#cfaab2 color RGB value is (207,170,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 10110010
Octal 317 252 262
Decimal 207 170 178
Hex CF AA B2

RGB Percentages of Color #cfaab2

%37.30
%30.63
%32.07

CMYK Percentages of Color #cfaab2

%0
%18
%14
%19

Triadic Colors of #cfaab2

#cfaab2 #b2cfaa #aab2cf

Analogous Colors of #cfaab2

#cfaab2 #cfb5aa #cfaac5

Monochromatic Colors of #cfaab2

#cfaab2

Complementary Color

#cfaab2 #aacfc7

#cfaab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaab2 Color CSS Codes

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

#cfaab2 Text Font Color

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

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


#cfaab2 Background Color

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

This div background color is #cfaab2


#cfaab2 Border Color

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

This div border color is #cfaab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaab2


Comments

No comments written yet.

Please login to write comment.