Color Hex Logo

#c7cecb Color Hex

#C7CECB
(199,206,203)
0 Favorites   0 Comments

Color spaces of #c7cecb

RGB 199206203
HSL0.430.070.79
HSV154°81°
CMYK 0.030.000.01   0.19
XYZ56.404060.596565.2234
Yxy60.59650.30950.3325
Hunter Lab77.8438-6.88914.8130
CIE-Lab82.1613-2.93720.6488

#c7cecb color RGB value is (199,206,203).

#c7cecb hex color red value is 199, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c7cecb hue: 0.43 , saturation: 0.07 and the lightness value of c7cecb is 0.79.

The process color (four color CMYK) of #c7cecb color hex is 0.03, 0.00, 0.01, 0.19. Web safe color of #c7cecb is #cccccc. Color #c7cecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001110 11001011
Octal 307 316 313
Decimal 199 206 203
Hex C7 CE CB

RGB Percentages of Color #c7cecb

%32.73
%33.88
%33.39

CMYK Percentages of Color #c7cecb

%3
%0
%1
%19

Triadic Colors of #c7cecb

#c7cecb #cbc7ce #cecbc7

Analogous Colors of #c7cecb

#c7cecb #c7cece #c7cec8

Monochromatic Colors of #c7cecb

#c7cecb

Complementary Color

#c7cecb #cec7ca

#c7cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cecb Color CSS Codes

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

#c7cecb Text Font Color

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

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


#c7cecb Background Color

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

This div background color is #c7cecb


#c7cecb Border Color

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

This div border color is #c7cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cecb


Comments

No comments written yet.

Please login to write comment.