Color Hex Logo

#c5baec Color Hex

#C5BAEC
(197,186,236)
0 Favorites   0 Comments

Color spaces of #c5baec

RGB 197186236
HSL0.700.570.83
HSV253°21°93°
CMYK 0.170.210.00   0.07
XYZ55.725253.044386.6584
Yxy53.04430.28510.2714
Hunter Lab72.83159.1196-19.5640
CIE-Lab77.901113.7334-23.4462

#c5baec color RGB value is (197,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111010 11101100
Octal 305 272 354
Decimal 197 186 236
Hex C5 BA EC

RGB Percentages of Color #c5baec

%31.83
%30.05
%38.13

CMYK Percentages of Color #c5baec

%17
%21
%0
%7

Triadic Colors of #c5baec

#c5baec #ecc5ba #baecc5

Analogous Colors of #c5baec

#c5baec #debaec #bac8ec

Monochromatic Colors of #c5baec

#c5baec

Complementary Color

#c5baec #e1ecba

#c5baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5baec Color CSS Codes

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

#c5baec Text Font Color

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

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


#c5baec Background Color

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

This div background color is #c5baec


#c5baec Border Color

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

This div border color is #c5baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5baec


Comments

No comments written yet.

Please login to write comment.