Color Hex Logo

#c3becd Color Hex

#C3BECD
(195,190,205)
0 Favorites   0 Comments

Color spaces of #c3becd

RGB 195190205
HSL0.720.130.77
HSV260°80°
CMYK 0.050.070.00   0.20
XYZ51.938652.836865.2187
Yxy52.83680.30550.3108
Hunter Lab72.68890.3384-2.3145
CIE-Lab77.77854.5599-6.9037

#c3becd color RGB value is (195,190,205).

#c3becd hex color red value is 195, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c3becd hue: 0.72 , saturation: 0.13 and the lightness value of c3becd is 0.77.

The process color (four color CMYK) of #c3becd color hex is 0.05, 0.07, 0.00, 0.20. Web safe color of #c3becd is #cccccc. Color #c3becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 11001101
Octal 303 276 315
Decimal 195 190 205
Hex C3 BE CD

RGB Percentages of Color #c3becd

%33.05
%32.20
%34.75

CMYK Percentages of Color #c3becd

%5
%7
%0
%20

Triadic Colors of #c3becd

#c3becd #cdc3be #becdc3

Analogous Colors of #c3becd

#c3becd #cbbecd #bec1cd

Monochromatic Colors of #c3becd

#c3becd

Complementary Color

#c3becd #c8cdbe

#c3becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3becd Color CSS Codes

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

#c3becd Text Font Color

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

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


#c3becd Background Color

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

This div background color is #c3becd


#c3becd Border Color

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

This div border color is #c3becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3becd

#c3becd Color Palettes


Comments

No comments written yet.

Please login to write comment.