Color Hex Logo

#c2c6eb Color Hex

#C2C6EB
(194,198,235)
0 Favorites   0 Comments

Color spaces of #c2c6eb

RGB 194198235
HSL0.650.510.84
HSV234°17°92°
CMYK 0.170.160.00   0.08
XYZ57.437657.855786.7372
Yxy57.85570.28430.2864
Hunter Lab76.06291.6810-14.3664
CIE-Lab80.65856.0916-18.7483

#c2c6eb color RGB value is (194,198,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000110 11101011
Octal 302 306 353
Decimal 194 198 235
Hex C2 C6 EB

RGB Percentages of Color #c2c6eb

%30.94
%31.58
%37.48

CMYK Percentages of Color #c2c6eb

%17
%16
%0
%8

Triadic Colors of #c2c6eb

#c2c6eb #ebc2c6 #c6ebc2

Analogous Colors of #c2c6eb

#c2c6eb #d3c2eb #c2dbeb

Monochromatic Colors of #c2c6eb

#c2c6eb

Complementary Color

#c2c6eb #ebe7c2

#c2c6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c6eb Color CSS Codes

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

#c2c6eb Text Font Color

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

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


#c2c6eb Background Color

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

This div background color is #c2c6eb


#c2c6eb Border Color

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

This div border color is #c2c6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c6eb


Comments

No comments written yet.

Please login to write comment.