Color Hex Logo

#cabaf6 Color Hex

#CABAF6
(202,186,246)
0 Favorites   0 Comments

Color spaces of #cabaf6

RGB 202186246
HSL0.710.770.85
HSV256°24°96°
CMYK 0.180.240.00   0.04
XYZ58.550654.328294.5892
Yxy54.32820.28220.2619
Hunter Lab73.707712.8053-24.4916
CIE-Lab78.652717.4502-27.6403

#cabaf6 color RGB value is (202,186,246).

#cabaf6 hex color red value is 202, green value is 186 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #cabaf6 hue: 0.71 , saturation: 0.77 and the lightness value of cabaf6 is 0.85.

The process color (four color CMYK) of #cabaf6 color hex is 0.18, 0.24, 0.00, 0.04. Web safe color of #cabaf6 is #ccccff. Color #cabaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111010 11110110
Octal 312 272 366
Decimal 202 186 246
Hex CA BA F6

RGB Percentages of Color #cabaf6

%31.86
%29.34
%38.80

CMYK Percentages of Color #cabaf6

%18
%24
%0
%4

Triadic Colors of #cabaf6

#cabaf6 #f6caba #baf6ca

Analogous Colors of #cabaf6

#cabaf6 #e8baf6 #bac8f6

Monochromatic Colors of #cabaf6

#cabaf6

Complementary Color

#cabaf6 #e6f6ba

#cabaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabaf6 Color CSS Codes

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

#cabaf6 Text Font Color

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

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


#cabaf6 Background Color

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

This div background color is #cabaf6


#cabaf6 Border Color

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

This div border color is #cabaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabaf6


Comments

No comments written yet.

Please login to write comment.