Color Hex Logo

#cab2ed Color Hex

#CAB2ED
(202,178,237)
0 Favorites   0 Comments

Color spaces of #cab2ed

RGB 202178237
HSL0.730.620.81
HSV264°25°93°
CMYK 0.150.250.00   0.07
XYZ55.563650.511886.9420
Yxy50.51180.28790.2617
Hunter Lab71.071715.1754-22.7793
CIE-Lab76.382319.8751-26.2668

#cab2ed color RGB value is (202,178,237).

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

The process color (four color CMYK) of #cab2ed color hex is 0.15, 0.25, 0.00, 0.07. Web safe color of #cab2ed is #cc99ff. Color #cab2ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 11101101
Octal 312 262 355
Decimal 202 178 237
Hex CA B2 ED

RGB Percentages of Color #cab2ed

%32.74
%28.85
%38.41

CMYK Percentages of Color #cab2ed

%15
%25
%0
%7

Triadic Colors of #cab2ed

#cab2ed #edcab2 #b2edca

Analogous Colors of #cab2ed

#cab2ed #e8b2ed #b2b8ed

Monochromatic Colors of #cab2ed

#cab2ed

Complementary Color

#cab2ed #d5edb2

#cab2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab2ed Color CSS Codes

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

#cab2ed Text Font Color

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

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


#cab2ed Background Color

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

This div background color is #cab2ed


#cab2ed Border Color

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

This div border color is #cab2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab2ed


Comments

No comments written yet.

Please login to write comment.