Color Hex Logo

#8ebdff Color Hex

#8EBDFF
(142,189,255)
0 Favorites   0 Comments

Color spaces of #8ebdff

RGB 142189255
HSL0.601.000.78
HSV215°44°100°
CMYK 0.440.260.00   0.00
XYZ47.402949.3660101.6379
Yxy49.36600.23890.2488
Hunter Lab70.2609-2.5282-36.5849
CIE-Lab75.67851.3485-37.3955

#8ebdff color RGB value is (142,189,255).

#8ebdff hex color red value is 142, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8ebdff hue: 0.60 , saturation: 1.00 and the lightness value of 8ebdff is 0.78.

The process color (four color CMYK) of #8ebdff color hex is 0.44, 0.26, 0.00, 0.00. Web safe color of #8ebdff is #99ccff. Color #8ebdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 11111111
Octal 216 275 377
Decimal 142 189 255
Hex 8E BD FF

RGB Percentages of Color #8ebdff

%24.23
%32.25
%43.52

CMYK Percentages of Color #8ebdff

%44
%26
%0
%0

Triadic Colors of #8ebdff

#8ebdff #ff8ebd #bdff8e

Analogous Colors of #8ebdff

#8ebdff #988eff #8ef6ff

Monochromatic Colors of #8ebdff

#8ebdff

Complementary Color

#8ebdff #ffd08e

#8ebdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdff Color CSS Codes

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

#8ebdff Text Font Color

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

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


#8ebdff Background Color

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

This div background color is #8ebdff


#8ebdff Border Color

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

This div border color is #8ebdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebdff

Related Colors

#8ebdff Color Palettes


Comments

No comments written yet.

Please login to write comment.