Color Hex Logo

#c3bece Color Hex

#C3BECE
(195,190,206)
0 Favorites   0 Comments

Color spaces of #c3bece

RGB 195190206
HSL0.720.140.78
HSV259°81°
CMYK 0.050.080.00   0.19
XYZ52.059752.885265.8566
Yxy52.88520.30480.3096
Hunter Lab72.72220.5190-2.7870
CIE-Lab77.80724.7540-7.4022

#c3bece color RGB value is (195,190,206).

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

The process color (four color CMYK) of #c3bece color hex is 0.05, 0.08, 0.00, 0.19. Web safe color of #c3bece is #cccccc. Color #c3bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 11001110
Octal 303 276 316
Decimal 195 190 206
Hex C3 BE CE

RGB Percentages of Color #c3bece

%32.99
%32.15
%34.86

CMYK Percentages of Color #c3bece

%5
%8
%0
%19

Triadic Colors of #c3bece

#c3bece #cec3be #becec3

Analogous Colors of #c3bece

#c3bece #cbbece #bec1ce

Monochromatic Colors of #c3bece

#c3bece

Complementary Color

#c3bece #c9cebe

#c3bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bece Color CSS Codes

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

#c3bece Text Font Color

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

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


#c3bece Background Color

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

This div background color is #c3bece


#c3bece Border Color

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

This div border color is #c3bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bece


Comments

No comments written yet.

Please login to write comment.