Color Hex Logo

#c2bdeb Color Hex

#C2BDEB
(194,189,235)
0 Favorites   0 Comments

Color spaces of #c2bdeb

RGB 194189235
HSL0.680.530.83
HSV247°20°92°
CMYK 0.170.200.00   0.08
XYZ55.441153.862786.0717
Yxy53.86270.28380.2757
Hunter Lab73.39126.4076-18.1602
CIE-Lab78.381610.9501-22.1986

#c2bdeb color RGB value is (194,189,235).

#c2bdeb hex color red value is 194, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c2bdeb hue: 0.68 , saturation: 0.53 and the lightness value of c2bdeb is 0.83.

The process color (four color CMYK) of #c2bdeb color hex is 0.17, 0.20, 0.00, 0.08. Web safe color of #c2bdeb is #ccccff. Color #c2bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111101 11101011
Octal 302 275 353
Decimal 194 189 235
Hex C2 BD EB

RGB Percentages of Color #c2bdeb

%31.39
%30.58
%38.03

CMYK Percentages of Color #c2bdeb

%17
%20
%0
%8

Triadic Colors of #c2bdeb

#c2bdeb #ebc2bd #bdebc2

Analogous Colors of #c2bdeb

#c2bdeb #d9bdeb #bdcfeb

Monochromatic Colors of #c2bdeb

#c2bdeb

Complementary Color

#c2bdeb #e6ebbd

#c2bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bdeb Color CSS Codes

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

#c2bdeb Text Font Color

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

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


#c2bdeb Background Color

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

This div background color is #c2bdeb


#c2bdeb Border Color

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

This div border color is #c2bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bdeb


Comments

No comments written yet.

Please login to write comment.