Color Hex Logo

#8ce5db Color Hex

#8CE5DB
(140,229,219)
0 Favorites   0 Comments

Color spaces of #8ce5db

RGB 140229219
HSL0.480.630.72
HSV173°39°90°
CMYK 0.390.000.04   0.10
XYZ51.620766.728577.1770
Yxy66.72850.26400.3413
Hunter Lab81.6875-30.15381.1651
CIE-Lab85.3667-28.9832-3.5523

#8ce5db color RGB value is (140,229,219).

#8ce5db hex color red value is 140, green value is 229 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8ce5db hue: 0.48 , saturation: 0.63 and the lightness value of 8ce5db is 0.72.

The process color (four color CMYK) of #8ce5db color hex is 0.39, 0.00, 0.04, 0.10. Web safe color of #8ce5db is #99cccc. Color #8ce5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100101 11011011
Octal 214 345 333
Decimal 140 229 219
Hex 8C E5 DB

RGB Percentages of Color #8ce5db

%23.81
%38.95
%37.24

CMYK Percentages of Color #8ce5db

%39
%0
%4
%10

Triadic Colors of #8ce5db

#8ce5db #db8ce5 #e5db8c

Analogous Colors of #8ce5db

#8ce5db #8cc3e5 #8ce5af

Monochromatic Colors of #8ce5db

#8ce5db

Complementary Color

#8ce5db #e58c96

#8ce5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce5db Color CSS Codes

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

#8ce5db Text Font Color

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

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


#8ce5db Background Color

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

This div background color is #8ce5db


#8ce5db Border Color

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

This div border color is #8ce5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce5db


Comments

No comments written yet.

Please login to write comment.