Color Hex Logo

#cab8eb Color Hex

#CAB8EB
(202,184,235)
0 Favorites   0 Comments

Color spaces of #cab8eb

RGB 202184235
HSL0.730.560.82
HSV261°22°92°
CMYK 0.140.220.00   0.08
XYZ56.493052.835785.8181
Yxy52.83570.28950.2707
Hunter Lab72.688211.5253-19.1181
CIE-Lab77.777916.1779-23.0577

#cab8eb color RGB value is (202,184,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 11101011
Octal 312 270 353
Decimal 202 184 235
Hex CA B8 EB

RGB Percentages of Color #cab8eb

%32.53
%29.63
%37.84

CMYK Percentages of Color #cab8eb

%14
%22
%0
%8

Triadic Colors of #cab8eb

#cab8eb #ebcab8 #b8ebca

Analogous Colors of #cab8eb

#cab8eb #e4b8eb #b8c0eb

Monochromatic Colors of #cab8eb

#cab8eb

Complementary Color

#cab8eb #d9ebb8

#cab8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab8eb Color CSS Codes

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

#cab8eb Text Font Color

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

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


#cab8eb Background Color

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

This div background color is #cab8eb


#cab8eb Border Color

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

This div border color is #cab8eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,184,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 #cab8eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab8eb


Comments

No comments written yet.

Please login to write comment.