Color Hex Logo

#8edbe3 Color Hex

#8EDBE3
(142,219,227)
0 Favorites   0 Comments

Color spaces of #8edbe3

RGB 142219227
HSL0.520.600.72
HSV186°37°89°
CMYK 0.370.040.00   0.11
XYZ50.352061.959981.9787
Yxy61.95990.25920.3189
Hunter Lab78.7146-23.5681-6.6484
CIE-Lab82.8921-21.6867-11.4429

#8edbe3 color RGB value is (142,219,227).

#8edbe3 hex color red value is 142, green value is 219 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #8edbe3 hue: 0.52 , saturation: 0.60 and the lightness value of 8edbe3 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 11100011
Octal 216 333 343
Decimal 142 219 227
Hex 8E DB E3

RGB Percentages of Color #8edbe3

%24.15
%37.24
%38.61

CMYK Percentages of Color #8edbe3

%37
%4
%0
%11

Triadic Colors of #8edbe3

#8edbe3 #e38edb #dbe38e

Analogous Colors of #8edbe3

#8edbe3 #8eb1e3 #8ee3c1

Monochromatic Colors of #8edbe3

#8edbe3

Complementary Color

#8edbe3 #e3968e

#8edbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edbe3 Color CSS Codes

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

#8edbe3 Text Font Color

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

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


#8edbe3 Background Color

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

This div background color is #8edbe3


#8edbe3 Border Color

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

This div border color is #8edbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edbe3


Comments

No comments written yet.

Please login to write comment.