Color Hex Logo

#c2ccbb Color Hex

#C2CCBB
(194,204,187)
0 Favorites   0 Comments

Color spaces of #c2ccbb

RGB 194204187
HSL0.260.140.77
HSV95°80°
CMYK 0.050.000.08   0.20
XYZ52.810658.242955.4723
Yxy58.24290.31710.3498
Hunter Lab76.3170-10.034710.3260
CIE-Lab80.8736-6.50617.2878

#c2ccbb color RGB value is (194,204,187).

#c2ccbb hex color red value is 194, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c2ccbb hue: 0.26 , saturation: 0.14 and the lightness value of c2ccbb is 0.77.

The process color (four color CMYK) of #c2ccbb color hex is 0.05, 0.00, 0.08, 0.20. Web safe color of #c2ccbb is #cccccc. Color #c2ccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 10111011
Octal 302 314 273
Decimal 194 204 187
Hex C2 CC BB

RGB Percentages of Color #c2ccbb

%33.16
%34.87
%31.97

CMYK Percentages of Color #c2ccbb

%5
%0
%8
%20

Triadic Colors of #c2ccbb

#c2ccbb #bbc2cc #ccbbc2

Analogous Colors of #c2ccbb

#c2ccbb #bbccbd #cbccbb

Monochromatic Colors of #c2ccbb

#c2ccbb

Complementary Color

#c2ccbb #c5bbcc

#c2ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccbb Color CSS Codes

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

#c2ccbb Text Font Color

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

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


#c2ccbb Background Color

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

This div background color is #c2ccbb


#c2ccbb Border Color

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

This div border color is #c2ccbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,204,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2ccbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2ccbb;
  -webkit-box-shadow: 1px 1px 3px 2px #c2ccbb;
  box-shadow:         1px 1px 3px 2px #c2ccbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,204,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccbb


Comments

No comments written yet.

Please login to write comment.