Color Hex Logo

#c0baeb Color Hex

#C0BAEB
(192,186,235)
0 Favorites   0 Comments

Color spaces of #c0baeb

RGB 192186235
HSL0.690.550.83
HSV247°21°92°
CMYK 0.180.210.00   0.08
XYZ54.292552.322485.8350
Yxy52.32240.28210.2719
Hunter Lab72.33427.3933-19.7222
CIE-Lab77.473211.9603-23.5951

#c0baeb color RGB value is (192,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111010 11101011
Octal 300 272 353
Decimal 192 186 235
Hex C0 BA EB

RGB Percentages of Color #c0baeb

%31.32
%30.34
%38.34

CMYK Percentages of Color #c0baeb

%18
%21
%0
%8

Triadic Colors of #c0baeb

#c0baeb #ebc0ba #baebc0

Analogous Colors of #c0baeb

#c0baeb #d9baeb #bacdeb

Monochromatic Colors of #c0baeb

#c0baeb

Complementary Color

#c0baeb #e5ebba

#c0baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0baeb Color CSS Codes

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

#c0baeb Text Font Color

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

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


#c0baeb Background Color

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

This div background color is #c0baeb


#c0baeb Border Color

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

This div border color is #c0baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0baeb


Comments

No comments written yet.

Please login to write comment.