Color Hex Logo

#8ab0be Color Hex

#8AB0BE
(138,176,190)
0 Favorites   0 Comments

Color spaces of #8ab0be

RGB 138176190
HSL0.540.290.64
HSV196°27°75°
CMYK 0.270.070.00   0.25
XYZ35.300840.171654.6085
Yxy40.17160.27140.3088
Hunter Lab63.3811-11.4993-6.7169
CIE-Lab69.5916-9.5232-11.3306

#8ab0be color RGB value is (138,176,190).

#8ab0be hex color red value is 138, green value is 176 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8ab0be hue: 0.54 , saturation: 0.29 and the lightness value of 8ab0be is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110000 10111110
Octal 212 260 276
Decimal 138 176 190
Hex 8A B0 BE

RGB Percentages of Color #8ab0be

%27.38
%34.92
%37.70

CMYK Percentages of Color #8ab0be

%27
%7
%0
%25

Triadic Colors of #8ab0be

#8ab0be #be8ab0 #b0be8a

Analogous Colors of #8ab0be

#8ab0be #8a96be #8abeb2

Monochromatic Colors of #8ab0be

#8ab0be

Complementary Color

#8ab0be #be988a

#8ab0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab0be Color CSS Codes

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

#8ab0be Text Font Color

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

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


#8ab0be Background Color

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

This div background color is #8ab0be


#8ab0be Border Color

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

This div border color is #8ab0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab0be


Comments

No comments written yet.

Please login to write comment.