Color Hex Logo

#8ebeed Color Hex

#8EBEED
(142,190,237)
0 Favorites   0 Comments

Color spaces of #8ebeed

RGB 142190237
HSL0.580.730.74
HSV210°40°93°
CMYK 0.400.200.00   0.07
XYZ44.854848.692187.1552
Yxy48.69210.24820.2695
Hunter Lab69.7797-7.3737-25.2077
CIE-Lab75.2594-4.0811-28.3545

#8ebeed color RGB value is (142,190,237).

#8ebeed hex color red value is 142, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8ebeed hue: 0.58 , saturation: 0.73 and the lightness value of 8ebeed is 0.74.

The process color (four color CMYK) of #8ebeed color hex is 0.40, 0.20, 0.00, 0.07. Web safe color of #8ebeed is #99ccff. Color #8ebeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11101101
Octal 216 276 355
Decimal 142 190 237
Hex 8E BE ED

RGB Percentages of Color #8ebeed

%24.96
%33.39
%41.65

CMYK Percentages of Color #8ebeed

%40
%20
%0
%7

Triadic Colors of #8ebeed

#8ebeed #ed8ebe #beed8e

Analogous Colors of #8ebeed

#8ebeed #8e8fed #8eeded

Monochromatic Colors of #8ebeed

#8ebeed

Complementary Color

#8ebeed #edbd8e

#8ebeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebeed Color CSS Codes

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

#8ebeed Text Font Color

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

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


#8ebeed Background Color

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

This div background color is #8ebeed


#8ebeed Border Color

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

This div border color is #8ebeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebeed


Comments

No comments written yet.

Please login to write comment.