Color Hex Logo

#8ecbe1 Color Hex

#8ECBE1
(142,203,225)
0 Favorites   0 Comments

Color spaces of #8ecbe1

RGB 142203225
HSL0.540.580.72
HSV196°37°88°
CMYK 0.370.100.00   0.12
XYZ46.101953.898979.2079
Yxy53.89890.25730.3008
Hunter Lab73.4159-16.3877-12.5765
CIE-Lab78.4027-14.0553-17.1097

#8ecbe1 color RGB value is (142,203,225).

#8ecbe1 hex color red value is 142, green value is 203 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #8ecbe1 hue: 0.54 , saturation: 0.58 and the lightness value of 8ecbe1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001011 11100001
Octal 216 313 341
Decimal 142 203 225
Hex 8E CB E1

RGB Percentages of Color #8ecbe1

%24.91
%35.61
%39.47

CMYK Percentages of Color #8ecbe1

%37
%10
%0
%12

Triadic Colors of #8ecbe1

#8ecbe1 #e18ecb #cbe18e

Analogous Colors of #8ecbe1

#8ecbe1 #8ea2e1 #8ee1ce

Monochromatic Colors of #8ecbe1

#8ecbe1

Complementary Color

#8ecbe1 #e1a48e

#8ecbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecbe1 Color CSS Codes

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

#8ecbe1 Text Font Color

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

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


#8ecbe1 Background Color

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

This div background color is #8ecbe1


#8ecbe1 Border Color

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

This div border color is #8ecbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecbe1


Comments

No comments written yet.

Please login to write comment.