Color Hex Logo

#c5baef Color Hex

#C5BAEF
(197,186,239)
0 Favorites   0 Comments

Color spaces of #c5baef

RGB 197186239
HSL0.700.620.83
HSV252°22°94°
CMYK 0.180.220.00   0.06
XYZ56.164953.220188.9737
Yxy53.22010.28310.2683
Hunter Lab72.95219.7587-21.2447
CIE-Lab78.004814.3845-24.9037

#c5baef color RGB value is (197,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111010 11101111
Octal 305 272 357
Decimal 197 186 239
Hex C5 BA EF

RGB Percentages of Color #c5baef

%31.67
%29.90
%38.42

CMYK Percentages of Color #c5baef

%18
%22
%0
%6

Triadic Colors of #c5baef

#c5baef #efc5ba #baefc5

Analogous Colors of #c5baef

#c5baef #e0baef #bacaef

Monochromatic Colors of #c5baef

#c5baef

Complementary Color

#c5baef #e4efba

#c5baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5baef Color CSS Codes

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

#c5baef Text Font Color

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

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


#c5baef Background Color

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

This div background color is #c5baef


#c5baef Border Color

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

This div border color is #c5baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5baef


Comments

No comments written yet.

Please login to write comment.