Color Hex Logo

#cab6ec Color Hex

#CAB6EC
(202,182,236)
0 Favorites   0 Comments

Color spaces of #cab6ec

RGB 202182236
HSL0.730.590.82
HSV262°23°93°
CMYK 0.140.230.00   0.07
XYZ56.225452.068686.4437
Yxy52.06860.28870.2674
Hunter Lab72.158612.8083-20.5165
CIE-Lab77.321817.4788-24.2918

#cab6ec color RGB value is (202,182,236).

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

The process color (four color CMYK) of #cab6ec color hex is 0.14, 0.23, 0.00, 0.07. Web safe color of #cab6ec is #ccccff. Color #cab6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 11101100
Octal 312 266 354
Decimal 202 182 236
Hex CA B6 EC

RGB Percentages of Color #cab6ec

%32.58
%29.35
%38.06

CMYK Percentages of Color #cab6ec

%14
%23
%0
%7

Triadic Colors of #cab6ec

#cab6ec #eccab6 #b6ecca

Analogous Colors of #cab6ec

#cab6ec #e5b6ec #b6bdec

Monochromatic Colors of #cab6ec

#cab6ec

Complementary Color

#cab6ec #d8ecb6

#cab6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab6ec Color CSS Codes

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

#cab6ec Text Font Color

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

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


#cab6ec Background Color

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

This div background color is #cab6ec


#cab6ec Border Color

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

This div border color is #cab6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab6ec


Comments

No comments written yet.

Please login to write comment.