Color Hex Logo

#c6caeb Color Hex

#C6CAEB
(198,202,235)
0 Favorites   0 Comments

Color spaces of #c6caeb

RGB 198202235
HSL0.650.480.85
HSV234°16°92°
CMYK 0.160.140.00   0.08
XYZ59.404660.245087.0947
Yxy60.24500.28730.2914
Hunter Lab77.61770.7839-12.1969
CIE-Lab81.97125.2050-16.7394

#c6caeb color RGB value is (198,202,235).

#c6caeb hex color red value is 198, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6caeb hue: 0.65 , saturation: 0.48 and the lightness value of c6caeb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 11101011
Octal 306 312 353
Decimal 198 202 235
Hex C6 CA EB

RGB Percentages of Color #c6caeb

%31.18
%31.81
%37.01

CMYK Percentages of Color #c6caeb

%16
%14
%0
%8

Triadic Colors of #c6caeb

#c6caeb #ebc6ca #caebc6

Analogous Colors of #c6caeb

#c6caeb #d5c6eb #c6ddeb

Monochromatic Colors of #c6caeb

#c6caeb

Complementary Color

#c6caeb #ebe7c6

#c6caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6caeb Color CSS Codes

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

#c6caeb Text Font Color

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

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


#c6caeb Background Color

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

This div background color is #c6caeb


#c6caeb Border Color

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

This div border color is #c6caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6caeb


Comments

No comments written yet.

Please login to write comment.