Color Hex Logo

#caccf0 Color Hex

#CACCF0
(202,204,240)
0 Favorites   0 Comments

Color spaces of #caccf0

RGB 202204240
HSL0.660.560.87
HSV237°16°94°
CMYK 0.160.150.00   0.06
XYZ61.678262.033691.1610
Yxy62.03360.28700.2887
Hunter Lab78.76141.9512-13.4912
CIE-Lab82.93136.4523-17.9295

#caccf0 color RGB value is (202,204,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11110000
Octal 312 314 360
Decimal 202 204 240
Hex CA CC F0

RGB Percentages of Color #caccf0

%31.27
%31.58
%37.15

CMYK Percentages of Color #caccf0

%16
%15
%0
%6

Triadic Colors of #caccf0

#caccf0 #f0cacc #ccf0ca

Analogous Colors of #caccf0

#caccf0 #dbcaf0 #cadff0

Monochromatic Colors of #caccf0

#caccf0

Complementary Color

#caccf0 #f0eeca

#caccf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccf0 Color CSS Codes

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

#caccf0 Text Font Color

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

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


#caccf0 Background Color

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

This div background color is #caccf0


#caccf0 Border Color

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

This div border color is #caccf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccf0


Comments

No comments written yet.

Please login to write comment.