Color Hex Logo

#8eafbc Color Hex

#8EAFBC
(142,175,188)
0 Favorites   0 Comments

Color spaces of #8eafbc

RGB 142175188
HSL0.550.260.65
HSV197°24°74°
CMYK 0.240.070.00   0.26
XYZ35.562440.041653.4314
Yxy40.04160.27560.3103
Hunter Lab63.2784-10.4205-5.7687
CIE-Lab69.4991-8.2391-10.3399

#8eafbc color RGB value is (142,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101111 10111100
Octal 216 257 274
Decimal 142 175 188
Hex 8E AF BC

RGB Percentages of Color #8eafbc

%28.12
%34.65
%37.23

CMYK Percentages of Color #8eafbc

%24
%7
%0
%26

Triadic Colors of #8eafbc

#8eafbc #bc8eaf #afbc8e

Analogous Colors of #8eafbc

#8eafbc #8e98bc #8ebcb2

Monochromatic Colors of #8eafbc

#8eafbc

Complementary Color

#8eafbc #bc9b8e

#8eafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eafbc Color CSS Codes

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

#8eafbc Text Font Color

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

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


#8eafbc Background Color

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

This div background color is #8eafbc


#8eafbc Border Color

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

This div border color is #8eafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eafbc


Comments

No comments written yet.

Please login to write comment.