Color Hex Logo

#cacaff Color Hex

#CACAFF
(202,202,255)
0 Favorites   0 Comments

Color spaces of #cacaff

RGB 202202255
HSL0.671.000.90
HSV240°21°100°
CMYK 0.210.210.00   0.00
XYZ63.527762.0176103.2301
Yxy62.01760.27770.2711
Hunter Lab78.75136.1791-22.5937
CIE-Lab82.922810.7732-25.9207

#cacaff color RGB value is (202,202,255).

#cacaff hex color red value is 202, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cacaff hue: 0.67 , saturation: 1.00 and the lightness value of cacaff is 0.90.

The process color (four color CMYK) of #cacaff color hex is 0.21, 0.21, 0.00, 0.00. Web safe color of #cacaff is #ccccff. Color #cacaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001010 11111111
Octal 312 312 377
Decimal 202 202 255
Hex CA CA FF

RGB Percentages of Color #cacaff

%30.65
%30.65
%38.69

CMYK Percentages of Color #cacaff

%21
%21
%0
%0

Triadic Colors of #cacaff

#cacaff #ffcaca #caffca

Analogous Colors of #cacaff

#cacaff #e5caff #cae5ff

Monochromatic Colors of #cacaff

#cacaff

Complementary Color

#cacaff #ffffca

#cacaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacaff Color CSS Codes

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

#cacaff Text Font Color

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

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


#cacaff Background Color

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

This div background color is #cacaff


#cacaff Border Color

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

This div border color is #cacaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacaff

Related Colors

#cacaff Color Palettes


Comments

No comments written yet.

Please login to write comment.