Color Hex Logo

#c1baec Color Hex

#C1BAEC
(193,186,236)
0 Favorites   0 Comments

Color spaces of #c1baec

RGB 193186236
HSL0.690.570.83
HSV248°21°93°
CMYK 0.180.210.00   0.07
XYZ54.691552.511486.6100
Yxy52.51140.28220.2709
Hunter Lab72.46487.9064-20.1382
CIE-Lab77.585612.4896-23.9557

#c1baec color RGB value is (193,186,236).

#c1baec hex color red value is 193, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c1baec hue: 0.69 , saturation: 0.57 and the lightness value of c1baec is 0.83.

The process color (four color CMYK) of #c1baec color hex is 0.18, 0.21, 0.00, 0.07. Web safe color of #c1baec is #ccccff. Color #c1baec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111010 11101100
Octal 301 272 354
Decimal 193 186 236
Hex C1 BA EC

RGB Percentages of Color #c1baec

%31.38
%30.24
%38.37

CMYK Percentages of Color #c1baec

%18
%21
%0
%7

Triadic Colors of #c1baec

#c1baec #ecc1ba #baecc1

Analogous Colors of #c1baec

#c1baec #dabaec #baccec

Monochromatic Colors of #c1baec

#c1baec

Complementary Color

#c1baec #e5ecba

#c1baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1baec Color CSS Codes

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

#c1baec Text Font Color

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

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


#c1baec Background Color

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

This div background color is #c1baec


#c1baec Border Color

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

This div border color is #c1baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1baec


Comments

No comments written yet.

Please login to write comment.