Color Hex Logo

#8ebed1 Color Hex

#8EBED1
(142,190,209)
0 Favorites   0 Comments

Color spaces of #8ebed1

RGB 142190209
HSL0.550.420.69
HSV197°32°82°
CMYK 0.320.090.00   0.18
XYZ41.077447.181167.2635
Yxy47.18110.26410.3034
Hunter Lab68.6885-13.4575-9.9780
CIE-Lab74.3055-11.2189-14.6356

#8ebed1 color RGB value is (142,190,209).

#8ebed1 hex color red value is 142, green value is 190 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #8ebed1 hue: 0.55 , saturation: 0.42 and the lightness value of 8ebed1 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11010001
Octal 216 276 321
Decimal 142 190 209
Hex 8E BE D1

RGB Percentages of Color #8ebed1

%26.25
%35.12
%38.63

CMYK Percentages of Color #8ebed1

%32
%9
%0
%18

Triadic Colors of #8ebed1

#8ebed1 #d18ebe #bed18e

Analogous Colors of #8ebed1

#8ebed1 #8e9dd1 #8ed1c3

Monochromatic Colors of #8ebed1

#8ebed1

Complementary Color

#8ebed1 #d1a18e

#8ebed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebed1 Color CSS Codes

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

#8ebed1 Text Font Color

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

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


#8ebed1 Background Color

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

This div background color is #8ebed1


#8ebed1 Border Color

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

This div border color is #8ebed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebed1


Comments

No comments written yet.

Please login to write comment.