Color Hex Logo

#c1cae9 Color Hex

#C1CAE9
(193,202,233)
0 Favorites   0 Comments

Color spaces of #c1cae9

RGB 193202233
HSL0.630.480.84
HSV227°17°91°
CMYK 0.170.130.00   0.09
XYZ57.820859.461785.5206
Yxy59.46170.28510.2932
Hunter Lab77.1114-1.0995-11.7777
CIE-Lab81.54473.2097-16.3494

#c1cae9 color RGB value is (193,202,233).

#c1cae9 hex color red value is 193, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #c1cae9 hue: 0.63 , saturation: 0.48 and the lightness value of c1cae9 is 0.84.

The process color (four color CMYK) of #c1cae9 color hex is 0.17, 0.13, 0.00, 0.09. Web safe color of #c1cae9 is #ccccff. Color #c1cae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001010 11101001
Octal 301 312 351
Decimal 193 202 233
Hex C1 CA E9

RGB Percentages of Color #c1cae9

%30.73
%32.17
%37.10

CMYK Percentages of Color #c1cae9

%17
%13
%0
%9

Triadic Colors of #c1cae9

#c1cae9 #e9c1ca #cae9c1

Analogous Colors of #c1cae9

#c1cae9 #ccc1e9 #c1dee9

Monochromatic Colors of #c1cae9

#c1cae9

Complementary Color

#c1cae9 #e9e0c1

#c1cae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cae9 Color CSS Codes

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

#c1cae9 Text Font Color

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

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


#c1cae9 Background Color

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

This div background color is #c1cae9


#c1cae9 Border Color

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

This div border color is #c1cae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cae9


Comments

No comments written yet.

Please login to write comment.