Color Hex Logo

#c2bfeb Color Hex

#C2BFEB
(194,191,235)
0 Favorites   0 Comments

Color spaces of #c2bfeb

RGB 194191235
HSL0.680.520.84
HSV244°19°92°
CMYK 0.170.190.00   0.08
XYZ55.874354.729186.2161
Yxy54.72910.28390.2781
Hunter Lab73.97915.3525-17.3119
CIE-Lab78.88509.8657-21.4341

#c2bfeb color RGB value is (194,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111111 11101011
Octal 302 277 353
Decimal 194 191 235
Hex C2 BF EB

RGB Percentages of Color #c2bfeb

%31.29
%30.81
%37.90

CMYK Percentages of Color #c2bfeb

%17
%19
%0
%8

Triadic Colors of #c2bfeb

#c2bfeb #ebc2bf #bfebc2

Analogous Colors of #c2bfeb

#c2bfeb #d8bfeb #bfd2eb

Monochromatic Colors of #c2bfeb

#c2bfeb

Complementary Color

#c2bfeb #e8ebbf

#c2bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bfeb Color CSS Codes

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

#c2bfeb Text Font Color

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

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


#c2bfeb Background Color

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

This div background color is #c2bfeb


#c2bfeb Border Color

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

This div border color is #c2bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bfeb


Comments

No comments written yet.

Please login to write comment.