Color Hex Logo

#c5cbbe Color Hex

#C5CBBE
(197,203,190)
0 Favorites   0 Comments

Color spaces of #c5cbbe

RGB 197203190
HSL0.240.110.77
HSV88°80°
CMYK 0.030.000.06   0.20
XYZ53.676258.299957.1392
Yxy58.29990.31740.3447
Hunter Lab76.3544-8.13689.0788
CIE-Lab80.9052-4.40865.7581

#c5cbbe color RGB value is (197,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 10111110
Octal 305 313 276
Decimal 197 203 190
Hex C5 CB BE

RGB Percentages of Color #c5cbbe

%33.39
%34.41
%32.20

CMYK Percentages of Color #c5cbbe

%3
%0
%6
%20

Triadic Colors of #c5cbbe

#c5cbbe #bec5cb #cbbec5

Analogous Colors of #c5cbbe

#c5cbbe #bfcbbe #cbcbbe

Monochromatic Colors of #c5cbbe

#c5cbbe

Complementary Color

#c5cbbe #c4becb

#c5cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cbbe Color CSS Codes

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

#c5cbbe Text Font Color

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

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


#c5cbbe Background Color

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

This div background color is #c5cbbe


#c5cbbe Border Color

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

This div border color is #c5cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cbbe


Comments

No comments written yet.

Please login to write comment.