Color Hex Logo

#c3baef Color Hex

#C3BAEF
(195,186,239)
0 Favorites   0 Comments

Color spaces of #c3baef

RGB 195186239
HSL0.690.620.83
HSV250°22°94°
CMYK 0.180.220.00   0.06
XYZ55.644652.951988.9493
Yxy52.95190.28170.2680
Hunter Lab72.76819.1521-21.5365
CIE-Lab77.846613.7667-25.1593

#c3baef color RGB value is (195,186,239).

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

The process color (four color CMYK) of #c3baef color hex is 0.18, 0.22, 0.00, 0.06. Web safe color of #c3baef is #ccccff. Color #c3baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111010 11101111
Octal 303 272 357
Decimal 195 186 239
Hex C3 BA EF

RGB Percentages of Color #c3baef

%31.45
%30.00
%38.55

CMYK Percentages of Color #c3baef

%18
%22
%0
%6

Triadic Colors of #c3baef

#c3baef #efc3ba #baefc3

Analogous Colors of #c3baef

#c3baef #debaef #baccef

Monochromatic Colors of #c3baef

#c3baef

Complementary Color

#c3baef #e6efba

#c3baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3baef Color CSS Codes

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

#c3baef Text Font Color

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

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


#c3baef Background Color

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

This div background color is #c3baef


#c3baef Border Color

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

This div border color is #c3baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3baef


Comments

No comments written yet.

Please login to write comment.