Color Hex Logo

#ccafbe Color Hex

#CCAFBE
(204,175,190)
0 Favorites   0 Comments

Color spaces of #ccafbe

RGB 204175190
HSL0.910.220.74
HSV329°14°80°
CMYK 0.000.140.07   0.20
XYZ49.526147.215055.2183
Yxy47.21500.32590.3107
Hunter Lab68.71328.40860.4534
CIE-Lab74.327113.0072-3.7552

#ccafbe color RGB value is (204,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10111110
Octal 314 257 276
Decimal 204 175 190
Hex CC AF BE

RGB Percentages of Color #ccafbe

%35.85
%30.76
%33.39

CMYK Percentages of Color #ccafbe

%0
%14
%7
%20

Triadic Colors of #ccafbe

#ccafbe #beccaf #afbecc

Analogous Colors of #ccafbe

#ccafbe #ccafb0 #ccafcc

Monochromatic Colors of #ccafbe

#ccafbe

Complementary Color

#ccafbe #afccbd

#ccafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafbe Color CSS Codes

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

#ccafbe Text Font Color

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

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


#ccafbe Background Color

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

This div background color is #ccafbe


#ccafbe Border Color

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

This div border color is #ccafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafbe

#ccafbe Color Palettes


Comments

No comments written yet.

Please login to write comment.