Color Hex Logo

#ccafd1 Color Hex

#CCAFD1
(204,175,209)
0 Favorites   0 Comments

Color spaces of #ccafd1

RGB 204175209
HSL0.810.270.75
HSV291°16°82°
CMYK 0.020.160.00   0.18
XYZ51.740448.100866.8790
Yxy48.10080.31030.2885
Hunter Lab69.354711.7947-8.6252
CIE-Lab74.888516.4965-13.3053

#ccafd1 color RGB value is (204,175,209).

#ccafd1 hex color red value is 204, green value is 175 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ccafd1 hue: 0.81 , saturation: 0.27 and the lightness value of ccafd1 is 0.75.

The process color (four color CMYK) of #ccafd1 color hex is 0.02, 0.16, 0.00, 0.18. Web safe color of #ccafd1 is #cc99cc. Color #ccafd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11010001
Octal 314 257 321
Decimal 204 175 209
Hex CC AF D1

RGB Percentages of Color #ccafd1

%34.69
%29.76
%35.54

CMYK Percentages of Color #ccafd1

%2
%16
%0
%18

Triadic Colors of #ccafd1

#ccafd1 #d1ccaf #afd1cc

Analogous Colors of #ccafd1

#ccafd1 #d1afc5 #bbafd1

Monochromatic Colors of #ccafd1

#ccafd1

Complementary Color

#ccafd1 #b4d1af

#ccafd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafd1 Color CSS Codes

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

#ccafd1 Text Font Color

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

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


#ccafd1 Background Color

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

This div background color is #ccafd1


#ccafd1 Border Color

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

This div border color is #ccafd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafd1

#ccafd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.