Color Hex Logo

#cab5ea Color Hex

#CAB5EA
(202,181,234)
0 Favorites   0 Comments

Color spaces of #cab5ea

RGB 202181234
HSL0.730.560.81
HSV264°23°92°
CMYK 0.140.230.00   0.08
XYZ55.732351.544884.8536
Yxy51.54480.29010.2683
Hunter Lab71.794712.9240-19.8181
CIE-Lab77.007917.6016-23.6906

#cab5ea color RGB value is (202,181,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 11101010
Octal 312 265 352
Decimal 202 181 234
Hex CA B5 EA

RGB Percentages of Color #cab5ea

%32.74
%29.34
%37.93

CMYK Percentages of Color #cab5ea

%14
%23
%0
%8

Triadic Colors of #cab5ea

#cab5ea #eacab5 #b5eaca

Analogous Colors of #cab5ea

#cab5ea #e5b5ea #b5bbea

Monochromatic Colors of #cab5ea

#cab5ea

Complementary Color

#cab5ea #d5eab5

#cab5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab5ea Color CSS Codes

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

#cab5ea Text Font Color

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

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


#cab5ea Background Color

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

This div background color is #cab5ea


#cab5ea Border Color

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

This div border color is #cab5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab5ea


Comments

No comments written yet.

Please login to write comment.