Color Hex Logo

#8cc0ec Color Hex

#8CC0EC
(140,192,236)
0 Favorites   0 Comments

Color spaces of #8cc0ec

RGB 140192236
HSL0.580.720.74
HSV208°41°93°
CMYK 0.410.190.00   0.07
XYZ44.805249.330986.5172
Yxy49.33090.24800.2731
Hunter Lab70.2360-9.0435-23.8687
CIE-Lab75.6567-5.9373-27.2152

#8cc0ec color RGB value is (140,192,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000000 11101100
Octal 214 300 354
Decimal 140 192 236
Hex 8C C0 EC

RGB Percentages of Color #8cc0ec

%24.65
%33.80
%41.55

CMYK Percentages of Color #8cc0ec

%41
%19
%0
%7

Triadic Colors of #8cc0ec

#8cc0ec #ec8cc0 #c0ec8c

Analogous Colors of #8cc0ec

#8cc0ec #8c90ec #8cece8

Monochromatic Colors of #8cc0ec

#8cc0ec

Complementary Color

#8cc0ec #ecb88c

#8cc0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc0ec Color CSS Codes

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

#8cc0ec Text Font Color

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

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


#8cc0ec Background Color

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

This div background color is #8cc0ec


#8cc0ec Border Color

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

This div border color is #8cc0ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,192,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 #8cc0ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc0ec


Comments

No comments written yet.

Please login to write comment.