Color Hex Logo

#cfaabb Color Hex

#CFAABB
(207,170,187)
0 Favorites   0 Comments

Color spaces of #cfaabb

RGB 207170187
HSL0.920.280.74
HSV332°18°81°
CMYK 0.000.180.10   0.19
XYZ49.076545.602753.2293
Yxy45.60270.33180.3083
Hunter Lab67.529811.54580.5364
CIE-Lab73.287016.2691-3.6100

#cfaabb color RGB value is (207,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101010 10111011
Octal 317 252 273
Decimal 207 170 187
Hex CF AA BB

RGB Percentages of Color #cfaabb

%36.70
%30.14
%33.16

CMYK Percentages of Color #cfaabb

%0
%18
%10
%19

Triadic Colors of #cfaabb

#cfaabb #bbcfaa #aabbcf

Analogous Colors of #cfaabb

#cfaabb #cfacaa #cfaace

Monochromatic Colors of #cfaabb

#cfaabb

Complementary Color

#cfaabb #aacfbe

#cfaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaabb Color CSS Codes

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

#cfaabb Text Font Color

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

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


#cfaabb Background Color

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

This div background color is #cfaabb


#cfaabb Border Color

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

This div border color is #cfaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaabb


Comments

No comments written yet.

Please login to write comment.