Color Hex Logo

#ccafb2 Color Hex

#CCAFB2
(204,175,178)
0 Favorites   0 Comments

Color spaces of #ccafb2

RGB 204175178
HSL0.980.220.74
HSV354°14°80°
CMYK 0.000.140.13   0.20
XYZ48.267746.711748.5918
Yxy46.71170.33620.3254
Hunter Lab68.34606.45595.6889
CIE-Lab74.005010.95852.3431

#ccafb2 color RGB value is (204,175,178).

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

The process color (four color CMYK) of #ccafb2 color hex is 0.00, 0.14, 0.13, 0.20. Web safe color of #ccafb2 is #cc9999. Color #ccafb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10110010
Octal 314 257 262
Decimal 204 175 178
Hex CC AF B2

RGB Percentages of Color #ccafb2

%36.62
%31.42
%31.96

CMYK Percentages of Color #ccafb2

%0
%14
%13
%20

Triadic Colors of #ccafb2

#ccafb2 #b2ccaf #afb2cc

Analogous Colors of #ccafb2

#ccafb2 #ccbbaf #ccafc1

Monochromatic Colors of #ccafb2

#ccafb2

Complementary Color

#ccafb2 #afccc9

#ccafb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafb2 Color CSS Codes

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

#ccafb2 Text Font Color

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

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


#ccafb2 Background Color

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

This div background color is #ccafb2


#ccafb2 Border Color

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

This div border color is #ccafb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,175,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 #ccafb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafb2


Comments

No comments written yet.

Please login to write comment.