color codes Logo

#8ebcec color codes

#8EBCEC
(142,188,236)
0 Favorites   0 Comments

Color spaces of #8ebcec

RGB 142188236
HSL0.590.710.74
HSV211°40°93°
CMYK 0.400.200.00   0.07
XYZ44.278947.773486.2443
Yxy47.77340.24830.2679
Hunter Lab69.1183-6.6055-25.5979
CIE-Lab74.6818-3.2647-28.7011

#8ebcec color RGB value is (142,188,236).

#8ebcec hex color red value is 142, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8ebcec hue: 0.59 , saturation: 0.71 and the lightness value of 8ebcec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111100 11101100
Octal 216 274 354
Decimal 142 188 236
Hex 8E BC EC

RGB Percentages of Color #8ebcec

%25.09
%33.22
%41.70

CMYK Percentages of Color #8ebcec

%40
%20
%0
%7

Triadic Colors of #8ebcec

#8ebcec #ec8ebc #bcec8e

Analogous Colors of #8ebcec

#8ebcec #8f8eec #8eebec

Monochromatic Colors of #8ebcec

#8ebcec

Complementary Color

#8ebcec #ecbe8e

#8ebcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebcec Color CSS Codes

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

#8ebcec Text Font Color

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

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


#8ebcec Background Color

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

This div background color is #8ebcec


#8ebcec Border Color

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

This div border color is #8ebcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebcec


Comments

No comments written yet.

Please login to write comment.