Color Hex Logo

#8cc6ec Color Hex

#8CC6EC
(140,198,236)
0 Favorites   0 Comments

Color spaces of #8cc6ec

RGB 140198236
HSL0.570.720.74
HSV204°41°93°
CMYK 0.410.160.00   0.07
XYZ46.149652.019786.9654
Yxy52.01970.24930.2810
Hunter Lab72.1247-12.0034-21.0025
CIE-Lab77.2926-9.1348-24.7140

#8cc6ec color RGB value is (140,198,236).

#8cc6ec hex color red value is 140, green value is 198 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8cc6ec hue: 0.57 , saturation: 0.72 and the lightness value of 8cc6ec is 0.74.

The process color (four color CMYK) of #8cc6ec color hex is 0.41, 0.16, 0.00, 0.07. Web safe color of #8cc6ec is #99ccff. Color #8cc6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000110 11101100
Octal 214 306 354
Decimal 140 198 236
Hex 8C C6 EC

RGB Percentages of Color #8cc6ec

%24.39
%34.49
%41.11

CMYK Percentages of Color #8cc6ec

%41
%16
%0
%7

Triadic Colors of #8cc6ec

#8cc6ec #ec8cc6 #c6ec8c

Analogous Colors of #8cc6ec

#8cc6ec #8c96ec #8cece2

Monochromatic Colors of #8cc6ec

#8cc6ec

Complementary Color

#8cc6ec #ecb28c

#8cc6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc6ec Color CSS Codes

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

#8cc6ec Text Font Color

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

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


#8cc6ec Background Color

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

This div background color is #8cc6ec


#8cc6ec Border Color

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

This div border color is #8cc6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc6ec


Comments

No comments written yet.

Please login to write comment.