Color Hex Logo

#c6cebd Color Hex

#C6CEBD
(198,206,189)
0 Favorites   0 Comments

Color spaces of #c6cebd

RGB 198206189
HSL0.250.150.77
HSV88°81°
CMYK 0.040.000.08   0.19
XYZ54.545359.822556.8162
Yxy59.82250.31860.3495
Hunter Lab77.3450-9.471910.5882
CIE-Lab81.7416-5.79507.5046

#c6cebd color RGB value is (198,206,189).

#c6cebd hex color red value is 198, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c6cebd hue: 0.25 , saturation: 0.15 and the lightness value of c6cebd is 0.77.

The process color (four color CMYK) of #c6cebd color hex is 0.04, 0.00, 0.08, 0.19. Web safe color of #c6cebd is #cccccc. Color #c6cebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001110 10111101
Octal 306 316 275
Decimal 198 206 189
Hex C6 CE BD

RGB Percentages of Color #c6cebd

%33.39
%34.74
%31.87

CMYK Percentages of Color #c6cebd

%4
%0
%8
%19

Triadic Colors of #c6cebd

#c6cebd #bdc6ce #cebdc6

Analogous Colors of #c6cebd

#c6cebd #becebd #cecebd

Monochromatic Colors of #c6cebd

#c6cebd

Complementary Color

#c6cebd #c5bdce

#c6cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cebd Color CSS Codes

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

#c6cebd Text Font Color

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

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


#c6cebd Background Color

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

This div background color is #c6cebd


#c6cebd Border Color

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

This div border color is #c6cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cebd


Comments

No comments written yet.

Please login to write comment.