Color Hex Logo

#c6eceb Color Hex

#C6ECEB
(198,236,235)
0 Favorites   0 Comments

Color spaces of #c6eceb

RGB 198236235
HSL0.500.500.85
HSV178°16°93°
CMYK 0.160.000.00   0.07
XYZ68.279677.994890.0531
Yxy77.99480.28890.3300
Hunter Lab88.3147-16.54521.3632
CIE-Lab90.7775-12.4444-3.6348

#c6eceb color RGB value is (198,236,235).

#c6eceb hex color red value is 198, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6eceb hue: 0.50 , saturation: 0.50 and the lightness value of c6eceb is 0.85.

The process color (four color CMYK) of #c6eceb color hex is 0.16, 0.00, 0.00, 0.07. Web safe color of #c6eceb is #ccffff. Color #c6eceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101100 11101011
Octal 306 354 353
Decimal 198 236 235
Hex C6 EC EB

RGB Percentages of Color #c6eceb

%29.60
%35.28
%35.13

CMYK Percentages of Color #c6eceb

%16
%0
%0
%7

Triadic Colors of #c6eceb

#c6eceb #ebc6ec #ecebc6

Analogous Colors of #c6eceb

#c6eceb #c6daec #c6ecd8

Monochromatic Colors of #c6eceb

#c6eceb

Complementary Color

#c6eceb #ecc6c7

#c6eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eceb Color CSS Codes

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

#c6eceb Text Font Color

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

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


#c6eceb Background Color

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

This div background color is #c6eceb


#c6eceb Border Color

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

This div border color is #c6eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eceb


Comments

No comments written yet.

Please login to write comment.