Color Hex Logo

#c3bcde Color Hex

#C3BCDE
(195,188,222)
0 Favorites   0 Comments

Color spaces of #c3bcde

RGB 195188222
HSL0.700.340.80
HSV252°15°87°
CMYK 0.120.150.00   0.13
XYZ53.673752.842576.4779
Yxy52.84250.29330.2888
Hunter Lab72.69284.5853-11.4922
CIE-Lab77.78199.0476-16.0894

#c3bcde color RGB value is (195,188,222).

#c3bcde hex color red value is 195, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c3bcde hue: 0.70 , saturation: 0.34 and the lightness value of c3bcde is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111100 11011110
Octal 303 274 336
Decimal 195 188 222
Hex C3 BC DE

RGB Percentages of Color #c3bcde

%32.23
%31.07
%36.69

CMYK Percentages of Color #c3bcde

%12
%15
%0
%13

Triadic Colors of #c3bcde

#c3bcde #dec3bc #bcdec3

Analogous Colors of #c3bcde

#c3bcde #d4bcde #bcc6de

Monochromatic Colors of #c3bcde

#c3bcde

Complementary Color

#c3bcde #d7debc

#c3bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bcde Color CSS Codes

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

#c3bcde Text Font Color

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

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


#c3bcde Background Color

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

This div background color is #c3bcde


#c3bcde Border Color

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

This div border color is #c3bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bcde

#c3bcde Color Palettes


Comments

No comments written yet.

Please login to write comment.