Color Hex Logo

#c2bfde Color Hex

#C2BFDE
(194,191,222)
0 Favorites   0 Comments

Color spaces of #c2bfde

RGB 194191222
HSL0.680.320.81
HSV246°14°87°
CMYK 0.130.140.00   0.13
XYZ54.063854.004976.6818
Yxy54.00490.29260.2923
Hunter Lab73.48802.7151-10.4251
CIE-Lab78.46467.1039-15.0702

#c2bfde color RGB value is (194,191,222).

#c2bfde hex color red value is 194, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2bfde hue: 0.68 , saturation: 0.32 and the lightness value of c2bfde is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111111 11011110
Octal 302 277 336
Decimal 194 191 222
Hex C2 BF DE

RGB Percentages of Color #c2bfde

%31.96
%31.47
%36.57

CMYK Percentages of Color #c2bfde

%13
%14
%0
%13

Triadic Colors of #c2bfde

#c2bfde #dec2bf #bfdec2

Analogous Colors of #c2bfde

#c2bfde #d2bfde #bfccde

Monochromatic Colors of #c2bfde

#c2bfde

Complementary Color

#c2bfde #dbdebf

#c2bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bfde Color CSS Codes

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

#c2bfde Text Font Color

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

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


#c2bfde Background Color

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

This div background color is #c2bfde


#c2bfde Border Color

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

This div border color is #c2bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bfde


Comments

No comments written yet.

Please login to write comment.