Color Hex Logo

#c2bae2 Color Hex

#C2BAE2
(194,186,226)
0 Favorites   0 Comments

Color spaces of #c2bae2

RGB 194186226
HSL0.700.410.81
HSV252°18°89°
CMYK 0.140.180.00   0.11
XYZ53.534552.078179.1820
Yxy52.07810.28970.2818
Hunter Lab72.16526.1282-14.5393
CIE-Lab77.327510.6486-18.9440

#c2bae2 color RGB value is (194,186,226).

#c2bae2 hex color red value is 194, green value is 186 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #c2bae2 hue: 0.70 , saturation: 0.41 and the lightness value of c2bae2 is 0.81.

The process color (four color CMYK) of #c2bae2 color hex is 0.14, 0.18, 0.00, 0.11. Web safe color of #c2bae2 is #cccccc. Color #c2bae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111010 11100010
Octal 302 272 342
Decimal 194 186 226
Hex C2 BA E2

RGB Percentages of Color #c2bae2

%32.01
%30.69
%37.29

CMYK Percentages of Color #c2bae2

%14
%18
%0
%11

Triadic Colors of #c2bae2

#c2bae2 #e2c2ba #bae2c2

Analogous Colors of #c2bae2

#c2bae2 #d6bae2 #bac6e2

Monochromatic Colors of #c2bae2

#c2bae2

Complementary Color

#c2bae2 #dae2ba

#c2bae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bae2 Color CSS Codes

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

#c2bae2 Text Font Color

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

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


#c2bae2 Background Color

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

This div background color is #c2bae2


#c2bae2 Border Color

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

This div border color is #c2bae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bae2


Comments

No comments written yet.

Please login to write comment.