Color Hex Logo

#c7baee Color Hex

#C7BAEE
(199,186,238)
0 Favorites   0 Comments

Color spaces of #c7baee

RGB 199186238
HSL0.710.600.83
HSV255°22°93°
CMYK 0.160.220.00   0.07
XYZ56.544753.433088.2223
Yxy53.43300.28530.2696
Hunter Lab73.097910.1570-20.3890
CIE-Lab78.130014.7886-24.1600

#c7baee color RGB value is (199,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111010 11101110
Octal 307 272 356
Decimal 199 186 238
Hex C7 BA EE

RGB Percentages of Color #c7baee

%31.94
%29.86
%38.20

CMYK Percentages of Color #c7baee

%16
%22
%0
%7

Triadic Colors of #c7baee

#c7baee #eec7ba #baeec7

Analogous Colors of #c7baee

#c7baee #e1baee #bac7ee

Monochromatic Colors of #c7baee

#c7baee

Complementary Color

#c7baee #e1eeba

#c7baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7baee Color CSS Codes

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

#c7baee Text Font Color

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

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


#c7baee Background Color

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

This div background color is #c7baee


#c7baee Border Color

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

This div border color is #c7baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7baee


Comments

No comments written yet.

Please login to write comment.