Color Hex Logo

#c9baef Color Hex

#C9BAEF
(201,186,239)
0 Favorites   0 Comments

Color spaces of #c9baef

RGB 201186239
HSL0.710.620.83
HSV257°22°94°
CMYK 0.160.220.00   0.06
XYZ57.226353.767389.0233
Yxy53.76730.28610.2688
Hunter Lab73.326210.9868-20.6540
CIE-Lab78.325915.6271-24.3848

#c9baef color RGB value is (201,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111010 11101111
Octal 311 272 357
Decimal 201 186 239
Hex C9 BA EF

RGB Percentages of Color #c9baef

%32.11
%29.71
%38.18

CMYK Percentages of Color #c9baef

%16
%22
%0
%6

Triadic Colors of #c9baef

#c9baef #efc9ba #baefc9

Analogous Colors of #c9baef

#c9baef #e4baef #bac6ef

Monochromatic Colors of #c9baef

#c9baef

Complementary Color

#c9baef #e0efba

#c9baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9baef Color CSS Codes

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

#c9baef Text Font Color

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

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


#c9baef Background Color

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

This div background color is #c9baef


#c9baef Border Color

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

This div border color is #c9baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9baef


Comments

No comments written yet.

Please login to write comment.