Color Hex Logo

#8ecbd9 Color Hex

#8ECBD9
(142,203,217)
0 Favorites   0 Comments

Color spaces of #8ecbd9

RGB 142203217
HSL0.530.500.70
HSV191°35°85°
CMYK 0.350.060.00   0.15
XYZ45.035753.472473.5932
Yxy53.47240.26170.3107
Hunter Lab73.1248-18.0349-8.4824
CIE-Lab78.1531-16.0314-13.1854

#8ecbd9 color RGB value is (142,203,217).

#8ecbd9 hex color red value is 142, green value is 203 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8ecbd9 hue: 0.53 , saturation: 0.50 and the lightness value of 8ecbd9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001011 11011001
Octal 216 313 331
Decimal 142 203 217
Hex 8E CB D9

RGB Percentages of Color #8ecbd9

%25.27
%36.12
%38.61

CMYK Percentages of Color #8ecbd9

%35
%6
%0
%15

Triadic Colors of #8ecbd9

#8ecbd9 #d98ecb #cbd98e

Analogous Colors of #8ecbd9

#8ecbd9 #8ea6d9 #8ed9c2

Monochromatic Colors of #8ecbd9

#8ecbd9

Complementary Color

#8ecbd9 #d99c8e

#8ecbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecbd9 Color CSS Codes

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

#8ecbd9 Text Font Color

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

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


#8ecbd9 Background Color

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

This div background color is #8ecbd9


#8ecbd9 Border Color

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

This div border color is #8ecbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecbd9


Comments

No comments written yet.

Please login to write comment.