Color Hex Logo

#c5cbbf Color Hex

#C5CBBF
(197,203,191)
0 Favorites   0 Comments

Color spaces of #c5cbbf

RGB 197203191
HSL0.250.100.77
HSV90°80°
CMYK 0.030.000.06   0.20
XYZ53.785958.343857.7169
Yxy58.34380.31670.3435
Hunter Lab76.3831-7.97808.6672
CIE-Lab80.9296-4.23205.2581

#c5cbbf color RGB value is (197,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 10111111
Octal 305 313 277
Decimal 197 203 191
Hex C5 CB BF

RGB Percentages of Color #c5cbbf

%33.33
%34.35
%32.32

CMYK Percentages of Color #c5cbbf

%3
%0
%6
%20

Triadic Colors of #c5cbbf

#c5cbbf #bfc5cb #cbbfc5

Analogous Colors of #c5cbbf

#c5cbbf #bfcbbf #cbcbbf

Monochromatic Colors of #c5cbbf

#c5cbbf

Complementary Color

#c5cbbf #c5bfcb

#c5cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cbbf Color CSS Codes

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

#c5cbbf Text Font Color

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

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


#c5cbbf Background Color

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

This div background color is #c5cbbf


#c5cbbf Border Color

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

This div border color is #c5cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cbbf


Comments

No comments written yet.

Please login to write comment.