Color Hex Logo

#8ec6db Color Hex

#8EC6DB
(142,198,219)
0 Favorites   0 Comments

Color spaces of #8ec6db

RGB 142198219
HSL0.550.520.71
HSV196°35°86°
CMYK 0.350.100.00   0.14
XYZ44.135651.253474.5845
Yxy51.25340.25970.3015
Hunter Lab71.5915-15.2412-11.6547
CIE-Lab76.8323-12.9525-16.2473

#8ec6db color RGB value is (142,198,219).

#8ec6db hex color red value is 142, green value is 198 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8ec6db hue: 0.55 , saturation: 0.52 and the lightness value of 8ec6db is 0.71.

The process color (four color CMYK) of #8ec6db color hex is 0.35, 0.10, 0.00, 0.14. Web safe color of #8ec6db is #99cccc. Color #8ec6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000110 11011011
Octal 216 306 333
Decimal 142 198 219
Hex 8E C6 DB

RGB Percentages of Color #8ec6db

%25.40
%35.42
%39.18

CMYK Percentages of Color #8ec6db

%35
%10
%0
%14

Triadic Colors of #8ec6db

#8ec6db #db8ec6 #c6db8e

Analogous Colors of #8ec6db

#8ec6db #8ea0db #8edbca

Monochromatic Colors of #8ec6db

#8ec6db

Complementary Color

#8ec6db #dba38e

#8ec6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec6db Color CSS Codes

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

#8ec6db Text Font Color

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

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


#8ec6db Background Color

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

This div background color is #8ec6db


#8ec6db Border Color

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

This div border color is #8ec6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec6db


Comments

No comments written yet.

Please login to write comment.