Color Hex Logo

#cacce6 Color Hex

#CACCE6
(202,204,230)
0 Favorites   0 Comments

Color spaces of #cacce6

RGB 202204230
HSL0.650.360.85
HSV236°12°90°
CMYK 0.120.110.00   0.10
XYZ60.232961.455583.5504
Yxy61.45550.29350.2994
Hunter Lab78.3936-0.0401-8.3147
CIE-Lab82.62304.3731-13.0622

#cacce6 color RGB value is (202,204,230).

#cacce6 hex color red value is 202, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cacce6 hue: 0.65 , saturation: 0.36 and the lightness value of cacce6 is 0.85.

The process color (four color CMYK) of #cacce6 color hex is 0.12, 0.11, 0.00, 0.10. Web safe color of #cacce6 is #ccccff. Color #cacce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11100110
Octal 312 314 346
Decimal 202 204 230
Hex CA CC E6

RGB Percentages of Color #cacce6

%31.76
%32.08
%36.16

CMYK Percentages of Color #cacce6

%12
%11
%0
%10

Triadic Colors of #cacce6

#cacce6 #e6cacc #cce6ca

Analogous Colors of #cacce6

#cacce6 #d6cae6 #cadae6

Monochromatic Colors of #cacce6

#cacce6

Complementary Color

#cacce6 #e6e4ca

#cacce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacce6 Color CSS Codes

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

#cacce6 Text Font Color

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

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


#cacce6 Background Color

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

This div background color is #cacce6


#cacce6 Border Color

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

This div border color is #cacce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacce6


Comments

No comments written yet.

Please login to write comment.