Color Hex Logo

#cab3ea Color Hex

#CAB3EA
(202,179,234)
0 Favorites   0 Comments

Color spaces of #cab3ea

RGB 202179234
HSL0.740.570.81
HSV265°24°92°
CMYK 0.140.240.00   0.08
XYZ55.328550.737384.7190
Yxy50.73730.29000.2659
Hunter Lab71.230113.9984-20.6567
CIE-Lab76.519618.6929-24.4350

#cab3ea color RGB value is (202,179,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 11101010
Octal 312 263 352
Decimal 202 179 234
Hex CA B3 EA

RGB Percentages of Color #cab3ea

%32.85
%29.11
%38.05

CMYK Percentages of Color #cab3ea

%14
%24
%0
%8

Triadic Colors of #cab3ea

#cab3ea #eacab3 #b3eaca

Analogous Colors of #cab3ea

#cab3ea #e6b3ea #b3b8ea

Monochromatic Colors of #cab3ea

#cab3ea

Complementary Color

#cab3ea #d3eab3

#cab3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab3ea Color CSS Codes

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

#cab3ea Text Font Color

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

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


#cab3ea Background Color

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

This div background color is #cab3ea


#cab3ea Border Color

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

This div border color is #cab3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab3ea


Comments

No comments written yet.

Please login to write comment.