Color Hex Logo

#ccafba Color Hex

#CCAFBA
(204,175,186)
0 Favorites   0 Comments

Color spaces of #ccafba

RGB 204175186
HSL0.940.220.74
HSV337°14°80°
CMYK 0.000.140.09   0.20
XYZ49.094747.042552.9469
Yxy47.04250.32930.3155
Hunter Lab68.58757.74142.2417
CIE-Lab74.216912.3103-1.7275

#ccafba color RGB value is (204,175,186).

#ccafba hex color red value is 204, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccafba hue: 0.94 , saturation: 0.22 and the lightness value of ccafba is 0.74.

The process color (four color CMYK) of #ccafba color hex is 0.00, 0.14, 0.09, 0.20. Web safe color of #ccafba is #cc99cc. Color #ccafba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10111010
Octal 314 257 272
Decimal 204 175 186
Hex CC AF BA

RGB Percentages of Color #ccafba

%36.11
%30.97
%32.92

CMYK Percentages of Color #ccafba

%0
%14
%9
%20

Triadic Colors of #ccafba

#ccafba #baccaf #afbacc

Analogous Colors of #ccafba

#ccafba #ccb3af #ccafc9

Monochromatic Colors of #ccafba

#ccafba

Complementary Color

#ccafba #afccc1

#ccafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafba Color CSS Codes

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

#ccafba Text Font Color

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

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


#ccafba Background Color

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

This div background color is #ccafba


#ccafba Border Color

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

This div border color is #ccafba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,175,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccafba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccafba;
  -webkit-box-shadow: 1px 1px 3px 2px #ccafba;
  box-shadow:         1px 1px 3px 2px #ccafba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,175,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafba


Comments

No comments written yet.

Please login to write comment.