Color Hex Logo

#ccafec Color Hex

#CCAFEC
(204,175,236)
0 Favorites   0 Comments

Color spaces of #ccafec

RGB 204175236
HSL0.750.620.81
HSV269°26°93°
CMYK 0.140.260.00   0.07
XYZ55.372149.553486.0032
Yxy49.55340.29000.2595
Hunter Lab70.394217.2184-23.1609
CIE-Lab75.794321.9288-26.6103

#ccafec color RGB value is (204,175,236).

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

The process color (four color CMYK) of #ccafec color hex is 0.14, 0.26, 0.00, 0.07. Web safe color of #ccafec is #cc99ff. Color #ccafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11101100
Octal 314 257 354
Decimal 204 175 236
Hex CC AF EC

RGB Percentages of Color #ccafec

%33.17
%28.46
%38.37

CMYK Percentages of Color #ccafec

%14
%26
%0
%7

Triadic Colors of #ccafec

#ccafec #ecccaf #afeccc

Analogous Colors of #ccafec

#ccafec #ebafec #afb1ec

Monochromatic Colors of #ccafec

#ccafec

Complementary Color

#ccafec #cfecaf

#ccafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafec Color CSS Codes

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

#ccafec Text Font Color

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

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


#ccafec Background Color

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

This div background color is #ccafec


#ccafec Border Color

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

This div border color is #ccafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafec


Comments

No comments written yet.

Please login to write comment.