Color Hex Logo

#8eb0bf Color Hex

#8EB0BF
(142,176,191)
0 Favorites   0 Comments

Color spaces of #8eb0bf

RGB 142176191
HSL0.550.280.65
HSV198°26°75°
CMYK 0.260.080.00   0.25
XYZ36.084640.563055.2178
Yxy40.56300.27360.3076
Hunter Lab63.6891-10.3224-6.8215
CIE-Lab69.8687-8.0769-11.4416

#8eb0bf color RGB value is (142,176,191).

#8eb0bf hex color red value is 142, green value is 176 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8eb0bf hue: 0.55 , saturation: 0.28 and the lightness value of 8eb0bf is 0.65.

The process color (four color CMYK) of #8eb0bf color hex is 0.26, 0.08, 0.00, 0.25. Web safe color of #8eb0bf is #9999cc. Color #8eb0bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110000 10111111
Octal 216 260 277
Decimal 142 176 191
Hex 8E B0 BF

RGB Percentages of Color #8eb0bf

%27.90
%34.58
%37.52

CMYK Percentages of Color #8eb0bf

%26
%8
%0
%25

Triadic Colors of #8eb0bf

#8eb0bf #bf8eb0 #b0bf8e

Analogous Colors of #8eb0bf

#8eb0bf #8e98bf #8ebfb6

Monochromatic Colors of #8eb0bf

#8eb0bf

Complementary Color

#8eb0bf #bf9d8e

#8eb0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb0bf Color CSS Codes

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

#8eb0bf Text Font Color

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

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


#8eb0bf Background Color

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

This div background color is #8eb0bf


#8eb0bf Border Color

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

This div border color is #8eb0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb0bf


Comments

No comments written yet.

Please login to write comment.