Color Hex Logo

#c1cee7 Color Hex

#C1CEE7
(193,206,231)
0 Favorites   0 Comments

Color spaces of #c1cee7

RGB 193206231
HSL0.610.440.83
HSV219°16°91°
CMYK 0.160.110.00   0.09
XYZ58.487461.249684.3410
Yxy61.24960.28660.3001
Hunter Lab78.2621-3.5608-9.1118
CIE-Lab82.51270.6591-13.8281

#c1cee7 color RGB value is (193,206,231).

#c1cee7 hex color red value is 193, green value is 206 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #c1cee7 hue: 0.61 , saturation: 0.44 and the lightness value of c1cee7 is 0.83.

The process color (four color CMYK) of #c1cee7 color hex is 0.16, 0.11, 0.00, 0.09. Web safe color of #c1cee7 is #ccccff. Color #c1cee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001110 11100111
Octal 301 316 347
Decimal 193 206 231
Hex C1 CE E7

RGB Percentages of Color #c1cee7

%30.63
%32.70
%36.67

CMYK Percentages of Color #c1cee7

%16
%11
%0
%9

Triadic Colors of #c1cee7

#c1cee7 #e7c1ce #cee7c1

Analogous Colors of #c1cee7

#c1cee7 #c7c1e7 #c1e1e7

Monochromatic Colors of #c1cee7

#c1cee7

Complementary Color

#c1cee7 #e7dac1

#c1cee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cee7 Color CSS Codes

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

#c1cee7 Text Font Color

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

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


#c1cee7 Background Color

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

This div background color is #c1cee7


#c1cee7 Border Color

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

This div border color is #c1cee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cee7


Comments

No comments written yet.

Please login to write comment.