Color Hex Logo

#ccafce Color Hex

#CCAFCE
(204,175,206)
0 Favorites   0 Comments

Color spaces of #ccafce

RGB 204175206
HSL0.820.240.75
HSV296°15°81°
CMYK 0.010.150.00   0.19
XYZ51.372447.953564.9409
Yxy47.95350.31270.2919
Hunter Lab69.248511.2365-7.1280
CIE-Lab74.795615.9266-11.8070

#ccafce color RGB value is (204,175,206).

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

The process color (four color CMYK) of #ccafce color hex is 0.01, 0.15, 0.00, 0.19. Web safe color of #ccafce is #cc99cc. Color #ccafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11001110
Octal 314 257 316
Decimal 204 175 206
Hex CC AF CE

RGB Percentages of Color #ccafce

%34.87
%29.91
%35.21

CMYK Percentages of Color #ccafce

%1
%15
%0
%19

Triadic Colors of #ccafce

#ccafce #ceccaf #afcecc

Analogous Colors of #ccafce

#ccafce #ceafc1 #bdafce

Monochromatic Colors of #ccafce

#ccafce

Complementary Color

#ccafce #b1ceaf

#ccafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafce Color CSS Codes

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

#ccafce Text Font Color

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

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


#ccafce Background Color

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

This div background color is #ccafce


#ccafce Border Color

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

This div border color is #ccafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafce


Comments

No comments written yet.

Please login to write comment.