Color Hex Logo

#c3baec Color Hex

#C3BAEC
(195,186,236)
0 Favorites   0 Comments

Color spaces of #c3baec

RGB 195186236
HSL0.700.570.83
HSV251°21°93°
CMYK 0.170.210.00   0.07
XYZ55.204952.776086.6341
Yxy52.77600.28370.2712
Hunter Lab72.64718.5107-19.8524
CIE-Lab77.742613.1104-23.7023

#c3baec color RGB value is (195,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111010 11101100
Octal 303 272 354
Decimal 195 186 236
Hex C3 BA EC

RGB Percentages of Color #c3baec

%31.60
%30.15
%38.25

CMYK Percentages of Color #c3baec

%17
%21
%0
%7

Triadic Colors of #c3baec

#c3baec #ecc3ba #baecc3

Analogous Colors of #c3baec

#c3baec #dcbaec #bacaec

Monochromatic Colors of #c3baec

#c3baec

Complementary Color

#c3baec #e3ecba

#c3baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3baec Color CSS Codes

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

#c3baec Text Font Color

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

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


#c3baec Background Color

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

This div background color is #c3baec


#c3baec Border Color

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

This div border color is #c3baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3baec

#c3baec Color Palettes


Comments

No comments written yet.

Please login to write comment.