Color Hex Logo

#8ebeee Color Hex

#8EBEEE
(142,190,238)
0 Favorites   0 Comments

Color spaces of #8ebeee

RGB 142190238
HSL0.580.740.75
HSV210°40°93°
CMYK 0.400.200.00   0.07
XYZ45.001448.750787.9269
Yxy48.75070.24770.2683
Hunter Lab69.8217-7.1414-25.7891
CIE-Lab75.2960-3.8152-28.8378

#8ebeee color RGB value is (142,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111110 11101110
Octal 216 276 356
Decimal 142 190 238
Hex 8E BE EE

RGB Percentages of Color #8ebeee

%24.91
%33.33
%41.75

CMYK Percentages of Color #8ebeee

%40
%20
%0
%7

Triadic Colors of #8ebeee

#8ebeee #ee8ebe #beee8e

Analogous Colors of #8ebeee

#8ebeee #8e8eee #8eeeee

Monochromatic Colors of #8ebeee

#8ebeee

Complementary Color

#8ebeee #eebe8e

#8ebeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebeee Color CSS Codes

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

#8ebeee Text Font Color

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

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


#8ebeee Background Color

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

This div background color is #8ebeee


#8ebeee Border Color

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

This div border color is #8ebeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebeee


Comments

No comments written yet.

Please login to write comment.