Color Hex Logo

#c6d8be Color Hex

#C6D8BE
(198,216,190)
0 Favorites   0 Comments

Color spaces of #c6d8be

RGB 198216190
HSL0.280.250.80
HSV102°12°85°
CMYK 0.080.000.12   0.15
XYZ57.138864.835258.2181
Yxy64.83520.31710.3598
Hunter Lab80.5203-14.243413.4961
CIE-Lab84.3987-10.764410.7723

#c6d8be color RGB value is (198,216,190).

#c6d8be hex color red value is 198, green value is 216 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c6d8be hue: 0.28 , saturation: 0.25 and the lightness value of c6d8be is 0.80.

The process color (four color CMYK) of #c6d8be color hex is 0.08, 0.00, 0.12, 0.15. Web safe color of #c6d8be is #cccccc. Color #c6d8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011000 10111110
Octal 306 330 276
Decimal 198 216 190
Hex C6 D8 BE

RGB Percentages of Color #c6d8be

%32.78
%35.76
%31.46

CMYK Percentages of Color #c6d8be

%8
%0
%12
%15

Triadic Colors of #c6d8be

#c6d8be #bec6d8 #d8bec6

Analogous Colors of #c6d8be

#c6d8be #bed8c3 #d3d8be

Monochromatic Colors of #c6d8be

#c6d8be

Complementary Color

#c6d8be #d0bed8

#c6d8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6d8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6d8be Color CSS Codes

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

#c6d8be Text Font Color

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

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


#c6d8be Background Color

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

This div background color is #c6d8be


#c6d8be Border Color

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

This div border color is #c6d8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d8be


Comments

No comments written yet.

Please login to write comment.