Color Hex Logo

#cabcce Color Hex

#CABCCE
(202,188,206)
0 Favorites   0 Comments

Color spaces of #cabcce

RGB 202188206
HSL0.800.160.77
HSV287°81°
CMYK 0.020.090.00   0.19
XYZ53.480952.979265.7998
Yxy52.97920.31050.3076
Hunter Lab72.78683.7779-2.6478
CIE-Lab77.86278.2039-7.2578

#cabcce color RGB value is (202,188,206).

#cabcce hex color red value is 202, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cabcce hue: 0.80 , saturation: 0.16 and the lightness value of cabcce is 0.77.

The process color (four color CMYK) of #cabcce color hex is 0.02, 0.09, 0.00, 0.19. Web safe color of #cabcce is #cccccc. Color #cabcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 11001110
Octal 312 274 316
Decimal 202 188 206
Hex CA BC CE

RGB Percentages of Color #cabcce

%33.89
%31.54
%34.56

CMYK Percentages of Color #cabcce

%2
%9
%0
%19

Triadic Colors of #cabcce

#cabcce #cecabc #bcceca

Analogous Colors of #cabcce

#cabcce #cebcc9 #c1bcce

Monochromatic Colors of #cabcce

#cabcce

Complementary Color

#cabcce #c0cebc

#cabcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabcce Color CSS Codes

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

#cabcce Text Font Color

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

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


#cabcce Background Color

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

This div background color is #cabcce


#cabcce Border Color

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

This div border color is #cabcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabcce

#cabcce Color Palettes


Comments

No comments written yet.

Please login to write comment.