Color Hex Logo

#cccaf1 Color Hex

#CCCAF1
(204,202,241)
0 Favorites   0 Comments

Color spaces of #cccaf1

RGB 204202241
HSL0.680.580.87
HSV243°16°95°
CMYK 0.150.160.00   0.05
XYZ61.899661.429391.8137
Yxy61.42930.28770.2855
Hunter Lab78.37683.8143-14.5908
CIE-Lab82.60908.3588-18.9340

#cccaf1 color RGB value is (204,202,241).

#cccaf1 hex color red value is 204, green value is 202 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #cccaf1 hue: 0.68 , saturation: 0.58 and the lightness value of cccaf1 is 0.87.

The process color (four color CMYK) of #cccaf1 color hex is 0.15, 0.16, 0.00, 0.05. Web safe color of #cccaf1 is #ccccff. Color #cccaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 11110001
Octal 314 312 361
Decimal 204 202 241
Hex CC CA F1

RGB Percentages of Color #cccaf1

%31.53
%31.22
%37.25

CMYK Percentages of Color #cccaf1

%15
%16
%0
%5

Triadic Colors of #cccaf1

#cccaf1 #f1ccca #caf1cc

Analogous Colors of #cccaf1

#cccaf1 #e0caf1 #cadcf1

Monochromatic Colors of #cccaf1

#cccaf1

Complementary Color

#cccaf1 #eff1ca

#cccaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccaf1 Color CSS Codes

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

#cccaf1 Text Font Color

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

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


#cccaf1 Background Color

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

This div background color is #cccaf1


#cccaf1 Border Color

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

This div border color is #cccaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccaf1


Comments

No comments written yet.

Please login to write comment.