Color Hex Logo

#8ebcdf Color Hex

#8EBCDF
(142,188,223)
0 Favorites   0 Comments

Color spaces of #8ebcdf

RGB 142188223
HSL0.570.560.72
HSV206°36°87°
CMYK 0.360.160.00   0.13
XYZ42.457847.044976.6549
Yxy47.04490.25550.2831
Hunter Lab68.5893-9.5371-18.2496
CIE-Lab74.2185-6.6560-22.3703

#8ebcdf color RGB value is (142,188,223).

#8ebcdf hex color red value is 142, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8ebcdf hue: 0.57 , saturation: 0.56 and the lightness value of 8ebcdf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 11011111
Octal 216 274 337
Decimal 142 188 223
Hex 8E BC DF

RGB Percentages of Color #8ebcdf

%25.68
%34.00
%40.33

CMYK Percentages of Color #8ebcdf

%36
%16
%0
%13

Triadic Colors of #8ebcdf

#8ebcdf #df8ebc #bcdf8e

Analogous Colors of #8ebcdf

#8ebcdf #8e94df #8edfda

Monochromatic Colors of #8ebcdf

#8ebcdf

Complementary Color

#8ebcdf #dfb18e

#8ebcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebcdf Color CSS Codes

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

#8ebcdf Text Font Color

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

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


#8ebcdf Background Color

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

This div background color is #8ebcdf


#8ebcdf Border Color

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

This div border color is #8ebcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebcdf


Comments

No comments written yet.

Please login to write comment.