Color Hex Logo

#c6ecea Color Hex

#C6ECEA
(198,236,234)
0 Favorites   0 Comments

Color spaces of #c6ecea

RGB 198236234
HSL0.490.500.85
HSV177°16°93°
CMYK 0.160.000.01   0.07
XYZ68.135477.937289.2942
Yxy77.93720.28950.3311
Hunter Lab88.2820-16.72871.8277
CIE-Lab90.7512-12.6466-3.1513

#c6ecea color RGB value is (198,236,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101100 11101010
Octal 306 354 352
Decimal 198 236 234
Hex C6 EC EA

RGB Percentages of Color #c6ecea

%29.64
%35.33
%35.03

CMYK Percentages of Color #c6ecea

%16
%0
%1
%7

Triadic Colors of #c6ecea

#c6ecea #eac6ec #eceac6

Analogous Colors of #c6ecea

#c6ecea #c6dbec #c6ecd7

Monochromatic Colors of #c6ecea

#c6ecea

Complementary Color

#c6ecea #ecc6c8

#c6ecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ecea Color CSS Codes

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

#c6ecea Text Font Color

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

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


#c6ecea Background Color

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

This div background color is #c6ecea


#c6ecea Border Color

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

This div border color is #c6ecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ecea


Comments

No comments written yet.

Please login to write comment.