Color Hex Logo

#8ecbd2 Color Hex

#8ECBD2
(142,203,210)
0 Favorites   0 Comments

Color spaces of #8ecbd2

RGB 142203210
HSL0.520.430.69
HSV186°32°82°
CMYK 0.320.030.00   0.18
XYZ44.144153.115868.8985
Yxy53.11580.26570.3197
Hunter Lab72.8806-19.4228-5.0341
CIE-Lab77.9433-17.7167-9.7326

#8ecbd2 color RGB value is (142,203,210).

#8ecbd2 hex color red value is 142, green value is 203 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #8ecbd2 hue: 0.52 , saturation: 0.43 and the lightness value of 8ecbd2 is 0.69.

The process color (four color CMYK) of #8ecbd2 color hex is 0.32, 0.03, 0.00, 0.18. Web safe color of #8ecbd2 is #99cccc. Color #8ecbd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001011 11010010
Octal 216 313 322
Decimal 142 203 210
Hex 8E CB D2

RGB Percentages of Color #8ecbd2

%25.59
%36.58
%37.84

CMYK Percentages of Color #8ecbd2

%32
%3
%0
%18

Triadic Colors of #8ecbd2

#8ecbd2 #d28ecb #cbd28e

Analogous Colors of #8ecbd2

#8ecbd2 #8ea9d2 #8ed2b7

Monochromatic Colors of #8ecbd2

#8ecbd2

Complementary Color

#8ecbd2 #d2958e

#8ecbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecbd2 Color CSS Codes

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

#8ecbd2 Text Font Color

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

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


#8ecbd2 Background Color

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

This div background color is #8ecbd2


#8ecbd2 Border Color

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

This div border color is #8ecbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecbd2


Comments

No comments written yet.

Please login to write comment.