Color Hex Logo

#8ebfcb Color Hex

#8EBFCB
(142,191,203)
0 Favorites   0 Comments

Color spaces of #8ebfcb

RGB 142191203
HSL0.530.370.68
HSV192°30°80°
CMYK 0.300.060.00   0.20
XYZ40.565647.324263.4964
Yxy47.32420.26800.3126
Hunter Lab68.7926-15.1292-6.5706
CIE-Lab74.3967-13.1886-11.2372

#8ebfcb color RGB value is (142,191,203).

#8ebfcb hex color red value is 142, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8ebfcb hue: 0.53 , saturation: 0.37 and the lightness value of 8ebfcb is 0.68.

The process color (four color CMYK) of #8ebfcb color hex is 0.30, 0.06, 0.00, 0.20. Web safe color of #8ebfcb is #99cccc. Color #8ebfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111111 11001011
Octal 216 277 313
Decimal 142 191 203
Hex 8E BF CB

RGB Percentages of Color #8ebfcb

%26.49
%35.63
%37.87

CMYK Percentages of Color #8ebfcb

%30
%6
%0
%20

Triadic Colors of #8ebfcb

#8ebfcb #cb8ebf #bfcb8e

Analogous Colors of #8ebfcb

#8ebfcb #8ea1cb #8ecbb9

Monochromatic Colors of #8ebfcb

#8ebfcb

Complementary Color

#8ebfcb #cb9a8e

#8ebfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebfcb Color CSS Codes

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

#8ebfcb Text Font Color

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

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


#8ebfcb Background Color

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

This div background color is #8ebfcb


#8ebfcb Border Color

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

This div border color is #8ebfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebfcb


Comments

No comments written yet.

Please login to write comment.