Color Hex Logo

#cabaeb Color Hex

#CABAEB
(202,186,235)
0 Favorites   0 Comments

Color spaces of #cabaeb

RGB 202186235
HSL0.720.550.83
HSV260°21°92°
CMYK 0.140.210.00   0.08
XYZ56.911453.672585.9575
Yxy53.67250.28960.2731
Hunter Lab73.261510.4557-18.2817
CIE-Lab78.270415.0904-22.3085

#cabaeb color RGB value is (202,186,235).

#cabaeb hex color red value is 202, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cabaeb hue: 0.72 , saturation: 0.55 and the lightness value of cabaeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111010 11101011
Octal 312 272 353
Decimal 202 186 235
Hex CA BA EB

RGB Percentages of Color #cabaeb

%32.42
%29.86
%37.72

CMYK Percentages of Color #cabaeb

%14
%21
%0
%8

Triadic Colors of #cabaeb

#cabaeb #ebcaba #baebca

Analogous Colors of #cabaeb

#cabaeb #e3baeb #bac3eb

Monochromatic Colors of #cabaeb

#cabaeb

Complementary Color

#cabaeb #dbebba

#cabaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabaeb Color CSS Codes

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

#cabaeb Text Font Color

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

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


#cabaeb Background Color

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

This div background color is #cabaeb


#cabaeb Border Color

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

This div border color is #cabaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabaeb


Comments

No comments written yet.

Please login to write comment.