Color Hex Logo

#c1cbeb Color Hex

#C1CBEB
(193,203,235)
0 Favorites   0 Comments

Color spaces of #c1cbeb

RGB 193203235
HSL0.630.510.84
HSV226°18°92°
CMYK 0.180.140.00   0.08
XYZ58.343760.047587.1125
Yxy60.04750.28390.2922
Hunter Lab77.4903-1.2126-12.4090
CIE-Lab81.86403.1068-16.9369

#c1cbeb color RGB value is (193,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001011 11101011
Octal 301 313 353
Decimal 193 203 235
Hex C1 CB EB

RGB Percentages of Color #c1cbeb

%30.59
%32.17
%37.24

CMYK Percentages of Color #c1cbeb

%18
%14
%0
%8

Triadic Colors of #c1cbeb

#c1cbeb #ebc1cb #cbebc1

Analogous Colors of #c1cbeb

#c1cbeb #ccc1eb #c1e0eb

Monochromatic Colors of #c1cbeb

#c1cbeb

Complementary Color

#c1cbeb #ebe1c1

#c1cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cbeb Color CSS Codes

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

#c1cbeb Text Font Color

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

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


#c1cbeb Background Color

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

This div background color is #c1cbeb


#c1cbeb Border Color

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

This div border color is #c1cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cbeb


Comments

No comments written yet.

Please login to write comment.