Color Hex Logo

#cccaf7 Color Hex

#CCCAF7
(204,202,247)
0 Favorites   0 Comments

Color spaces of #cccaf7

RGB 204202247
HSL0.670.740.88
HSV243°18°97°
CMYK 0.170.180.00   0.03
XYZ62.810961.793896.6126
Yxy61.79380.28390.2793
Hunter Lab78.60905.0609-17.8427
CIE-Lab82.80369.6363-21.8347

#cccaf7 color RGB value is (204,202,247).

#cccaf7 hex color red value is 204, green value is 202 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #cccaf7 hue: 0.67 , saturation: 0.74 and the lightness value of cccaf7 is 0.88.

The process color (four color CMYK) of #cccaf7 color hex is 0.17, 0.18, 0.00, 0.03. Web safe color of #cccaf7 is #ccccff. Color #cccaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 11110111
Octal 314 312 367
Decimal 204 202 247
Hex CC CA F7

RGB Percentages of Color #cccaf7

%31.24
%30.93
%37.83

CMYK Percentages of Color #cccaf7

%17
%18
%0
%3

Triadic Colors of #cccaf7

#cccaf7 #f7ccca #caf7cc

Analogous Colors of #cccaf7

#cccaf7 #e3caf7 #cadff7

Monochromatic Colors of #cccaf7

#cccaf7

Complementary Color

#cccaf7 #f5f7ca

#cccaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccaf7 Color CSS Codes

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

#cccaf7 Text Font Color

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

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


#cccaf7 Background Color

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

This div background color is #cccaf7


#cccaf7 Border Color

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

This div border color is #cccaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccaf7


Comments

No comments written yet.

Please login to write comment.