Color Hex Logo

#c3cbbe Color Hex

#C3CBBE
(195,203,190)
0 Favorites   0 Comments

Color spaces of #c3cbbe

RGB 195203190
HSL0.270.110.77
HSV97°80°
CMYK 0.040.000.06   0.20
XYZ53.155958.031757.1148
Yxy58.03170.31580.3448
Hunter Lab76.1785-8.75868.8723
CIE-Lab80.7564-5.10685.5244

#c3cbbe color RGB value is (195,203,190).

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

The process color (four color CMYK) of #c3cbbe color hex is 0.04, 0.00, 0.06, 0.20. Web safe color of #c3cbbe is #cccccc. Color #c3cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 10111110
Octal 303 313 276
Decimal 195 203 190
Hex C3 CB BE

RGB Percentages of Color #c3cbbe

%33.16
%34.52
%32.31

CMYK Percentages of Color #c3cbbe

%4
%0
%6
%20

Triadic Colors of #c3cbbe

#c3cbbe #bec3cb #cbbec3

Analogous Colors of #c3cbbe

#c3cbbe #becbc0 #cacbbe

Monochromatic Colors of #c3cbbe

#c3cbbe

Complementary Color

#c3cbbe #c6becb

#c3cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cbbe Color CSS Codes

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

#c3cbbe Text Font Color

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

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


#c3cbbe Background Color

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

This div background color is #c3cbbe


#c3cbbe Border Color

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

This div border color is #c3cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cbbe


Comments

No comments written yet.

Please login to write comment.