Color Hex Logo

#8ebbda Color Hex

#8EBBDA
(142,187,218)
0 Favorites   0 Comments

Color spaces of #8ebbda

RGB 142187218
HSL0.570.510.71
HSV204°35°85°
CMYK 0.350.140.00   0.15
XYZ41.580546.353473.0852
Yxy46.35340.25820.2879
Hunter Lab68.0833-10.1306-15.9875
CIE-Lab73.7743-7.3922-20.3303

#8ebbda color RGB value is (142,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11011010
Octal 216 273 332
Decimal 142 187 218
Hex 8E BB DA

RGB Percentages of Color #8ebbda

%25.96
%34.19
%39.85

CMYK Percentages of Color #8ebbda

%35
%14
%0
%15

Triadic Colors of #8ebbda

#8ebbda #da8ebb #bbda8e

Analogous Colors of #8ebbda

#8ebbda #8e95da #8edad3

Monochromatic Colors of #8ebbda

#8ebbda

Complementary Color

#8ebbda #daad8e

#8ebbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbda Color CSS Codes

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

#8ebbda Text Font Color

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

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


#8ebbda Background Color

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

This div background color is #8ebbda


#8ebbda Border Color

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

This div border color is #8ebbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,187,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 #8ebbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbda


Comments

No comments written yet.

Please login to write comment.