Color Hex Logo

#c1caeb Color Hex

#C1CAEB
(193,202,235)
0 Favorites   0 Comments

Color spaces of #c1caeb

RGB 193202235
HSL0.630.510.84
HSV227°18°92°
CMYK 0.180.140.00   0.08
XYZ58.108259.576787.0341
Yxy59.57670.28380.2910
Hunter Lab77.1859-0.6945-12.8247
CIE-Lab81.60763.6396-17.3233

#c1caeb color RGB value is (193,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001010 11101011
Octal 301 312 353
Decimal 193 202 235
Hex C1 CA EB

RGB Percentages of Color #c1caeb

%30.63
%32.06
%37.30

CMYK Percentages of Color #c1caeb

%18
%14
%0
%8

Triadic Colors of #c1caeb

#c1caeb #ebc1ca #caebc1

Analogous Colors of #c1caeb

#c1caeb #cdc1eb #c1dfeb

Monochromatic Colors of #c1caeb

#c1caeb

Complementary Color

#c1caeb #ebe2c1

#c1caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1caeb Color CSS Codes

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

#c1caeb Text Font Color

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

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


#c1caeb Background Color

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

This div background color is #c1caeb


#c1caeb Border Color

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

This div border color is #c1caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1caeb

#c1caeb Color Palettes


Comments

No comments written yet.

Please login to write comment.