Color Hex Logo

#c6baee Color Hex

#C6BAEE
(198,186,238)
0 Favorites   0 Comments

Color spaces of #c6baee

RGB 198186238
HSL0.710.600.83
HSV254°22°93°
CMYK 0.170.220.00   0.07
XYZ56.280253.296688.2099
Yxy53.29660.28450.2695
Hunter Lab73.00459.8502-20.5358
CIE-Lab78.049814.4774-24.2895

#c6baee color RGB value is (198,186,238).

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

The process color (four color CMYK) of #c6baee color hex is 0.17, 0.22, 0.00, 0.07. Web safe color of #c6baee is #ccccff. Color #c6baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111010 11101110
Octal 306 272 356
Decimal 198 186 238
Hex C6 BA EE

RGB Percentages of Color #c6baee

%31.83
%29.90
%38.26

CMYK Percentages of Color #c6baee

%17
%22
%0
%7

Triadic Colors of #c6baee

#c6baee #eec6ba #baeec6

Analogous Colors of #c6baee

#c6baee #e0baee #bac8ee

Monochromatic Colors of #c6baee

#c6baee

Complementary Color

#c6baee #e2eeba

#c6baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6baee Color CSS Codes

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

#c6baee Text Font Color

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

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


#c6baee Background Color

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

This div background color is #c6baee


#c6baee Border Color

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

This div border color is #c6baee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,186,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6baee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6baee


Comments

No comments written yet.

Please login to write comment.