Color Hex Logo

#c2beda Color Hex

#C2BEDA
(194,190,218)
0 Favorites   0 Comments

Color spaces of #c2beda

RGB 194190218
HSL0.690.270.80
HSV249°13°85°
CMYK 0.110.130.00   0.15
XYZ53.316553.358273.8187
Yxy53.35820.29540.2956
Hunter Lab73.04672.4547-8.7839
CIE-Lab78.08606.8180-13.4802

#c2beda color RGB value is (194,190,218).

#c2beda hex color red value is 194, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c2beda hue: 0.69 , saturation: 0.27 and the lightness value of c2beda is 0.80.

The process color (four color CMYK) of #c2beda color hex is 0.11, 0.13, 0.00, 0.15. Web safe color of #c2beda is #cccccc. Color #c2beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 11011010
Octal 302 276 332
Decimal 194 190 218
Hex C2 BE DA

RGB Percentages of Color #c2beda

%32.23
%31.56
%36.21

CMYK Percentages of Color #c2beda

%11
%13
%0
%15

Triadic Colors of #c2beda

#c2beda #dac2be #bedac2

Analogous Colors of #c2beda

#c2beda #d0beda #bec8da

Monochromatic Colors of #c2beda

#c2beda

Complementary Color

#c2beda #d6dabe

#c2beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2beda Color CSS Codes

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

#c2beda Text Font Color

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

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


#c2beda Background Color

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

This div background color is #c2beda


#c2beda Border Color

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

This div border color is #c2beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2beda


Comments

No comments written yet.

Please login to write comment.