Color Hex Logo

#c9baeb Color Hex

#C9BAEB
(201,186,235)
0 Favorites   0 Comments

Color spaces of #c9baeb

RGB 201186235
HSL0.720.550.83
HSV258°21°92°
CMYK 0.140.210.00   0.08
XYZ56.641753.533585.9449
Yxy53.53350.28880.2730
Hunter Lab73.166610.1437-18.4282
CIE-Lab78.188914.7747-22.4399

#c9baeb color RGB value is (201,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111010 11101011
Octal 311 272 353
Decimal 201 186 235
Hex C9 BA EB

RGB Percentages of Color #c9baeb

%32.32
%29.90
%37.78

CMYK Percentages of Color #c9baeb

%14
%21
%0
%8

Triadic Colors of #c9baeb

#c9baeb #ebc9ba #baebc9

Analogous Colors of #c9baeb

#c9baeb #e2baeb #bac4eb

Monochromatic Colors of #c9baeb

#c9baeb

Complementary Color

#c9baeb #dcebba

#c9baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9baeb Color CSS Codes

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

#c9baeb Text Font Color

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

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


#c9baeb Background Color

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

This div background color is #c9baeb


#c9baeb Border Color

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

This div border color is #c9baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9baeb


Comments

No comments written yet.

Please login to write comment.