Color Hex Logo

#cab3eb Color Hex

#CAB3EB
(202,179,235)
0 Favorites   0 Comments

Color spaces of #cab3eb

RGB 202179235
HSL0.740.580.81
HSV265°24°92°
CMYK 0.140.240.00   0.08
XYZ55.472650.794985.4779
Yxy50.79490.28930.2649
Hunter Lab71.270514.2100-21.2197
CIE-Lab76.554618.9042-24.9223

#cab3eb color RGB value is (202,179,235).

#cab3eb hex color red value is 202, green value is 179 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cab3eb hue: 0.74 , saturation: 0.58 and the lightness value of cab3eb is 0.81.

The process color (four color CMYK) of #cab3eb color hex is 0.14, 0.24, 0.00, 0.08. Web safe color of #cab3eb is #ccccff. Color #cab3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 11101011
Octal 312 263 353
Decimal 202 179 235
Hex CA B3 EB

RGB Percentages of Color #cab3eb

%32.79
%29.06
%38.15

CMYK Percentages of Color #cab3eb

%14
%24
%0
%8

Triadic Colors of #cab3eb

#cab3eb #ebcab3 #b3ebca

Analogous Colors of #cab3eb

#cab3eb #e6b3eb #b3b8eb

Monochromatic Colors of #cab3eb

#cab3eb

Complementary Color

#cab3eb #d4ebb3

#cab3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab3eb Color CSS Codes

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

#cab3eb Text Font Color

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

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


#cab3eb Background Color

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

This div background color is #cab3eb


#cab3eb Border Color

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

This div border color is #cab3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab3eb


Comments

No comments written yet.

Please login to write comment.