Color Hex Logo

#8ebdda Color Hex

#8EBDDA
(142,189,218)
0 Favorites   0 Comments

Color spaces of #8ebdda

RGB 142189218
HSL0.560.510.71
HSV203°35°85°
CMYK 0.350.130.00   0.15
XYZ42.007847.207973.2277
Yxy47.20790.25860.2906
Hunter Lab68.7080-11.1048-15.0946
CIE-Lab74.3226-8.4598-19.4988

#8ebdda color RGB value is (142,189,218).

#8ebdda hex color red value is 142, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8ebdda hue: 0.56 , saturation: 0.51 and the lightness value of 8ebdda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 11011010
Octal 216 275 332
Decimal 142 189 218
Hex 8E BD DA

RGB Percentages of Color #8ebdda

%25.87
%34.43
%39.71

CMYK Percentages of Color #8ebdda

%35
%13
%0
%15

Triadic Colors of #8ebdda

#8ebdda #da8ebd #bdda8e

Analogous Colors of #8ebdda

#8ebdda #8e97da #8edad1

Monochromatic Colors of #8ebdda

#8ebdda

Complementary Color

#8ebdda #daab8e

#8ebdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdda Color CSS Codes

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

#8ebdda Text Font Color

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

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


#8ebdda Background Color

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

This div background color is #8ebdda


#8ebdda Border Color

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

This div border color is #8ebdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebdda


Comments

No comments written yet.

Please login to write comment.