Color Hex Logo

#cab6cc Color Hex

#CAB6CC
(202,182,204)
0 Favorites   0 Comments

Color spaces of #cab6cc

RGB 202182204
HSL0.820.180.76
HSV295°11°80°
CMYK 0.010.110.00   0.20
XYZ51.984250.372164.1097
Yxy50.37210.31230.3026
Hunter Lab70.97336.5385-3.8749
CIE-Lab76.297111.0651-8.4969

#cab6cc color RGB value is (202,182,204).

#cab6cc hex color red value is 202, green value is 182 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cab6cc hue: 0.82 , saturation: 0.18 and the lightness value of cab6cc is 0.76.

The process color (four color CMYK) of #cab6cc color hex is 0.01, 0.11, 0.00, 0.20. Web safe color of #cab6cc is #cccccc. Color #cab6cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 11001100
Octal 312 266 314
Decimal 202 182 204
Hex CA B6 CC

RGB Percentages of Color #cab6cc

%34.35
%30.95
%34.69

CMYK Percentages of Color #cab6cc

%1
%11
%0
%20

Triadic Colors of #cab6cc

#cab6cc #cccab6 #b6ccca

Analogous Colors of #cab6cc

#cab6cc #ccb6c3 #bfb6cc

Monochromatic Colors of #cab6cc

#cab6cc

Complementary Color

#cab6cc #b8ccb6

#cab6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab6cc Color CSS Codes

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

#cab6cc Text Font Color

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

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


#cab6cc Background Color

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

This div background color is #cab6cc


#cab6cc Border Color

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

This div border color is #cab6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab6cc


Comments

No comments written yet.

Please login to write comment.