Color Hex Logo

#c2baeb Color Hex

#C2BAEB
(194,186,235)
0 Favorites   0 Comments

Color spaces of #c2baeb

RGB 194186235
HSL0.690.550.83
HSV250°21°92°
CMYK 0.170.210.00   0.08
XYZ54.802452.585385.8588
Yxy52.58530.28360.2721
Hunter Lab72.51577.9955-19.4385
CIE-Lab77.629512.5814-23.3427

#c2baeb color RGB value is (194,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 11101011
Octal 302 272 353
Decimal 194 186 235
Hex C2 BA EB

RGB Percentages of Color #c2baeb

%31.54
%30.24
%38.21

CMYK Percentages of Color #c2baeb

%17
%21
%0
%8

Triadic Colors of #c2baeb

#c2baeb #ebc2ba #baebc2

Analogous Colors of #c2baeb

#c2baeb #dbbaeb #bacbeb

Monochromatic Colors of #c2baeb

#c2baeb

Complementary Color

#c2baeb #e3ebba

#c2baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2baeb Color CSS Codes

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

#c2baeb Text Font Color

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

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


#c2baeb Background Color

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

This div background color is #c2baeb


#c2baeb Border Color

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

This div border color is #c2baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2baeb


Comments

No comments written yet.

Please login to write comment.