Color Hex Logo

#8ab4be Color Hex

#8AB4BE
(138,180,190)
0 Favorites   0 Comments

Color spaces of #8ab4be

RGB 138180190
HSL0.530.290.64
HSV192°27°75°
CMYK 0.270.050.00   0.25
XYZ36.096841.763554.8739
Yxy41.76350.27190.3146
Hunter Lab64.6247-13.3901-5.1068
CIE-Lab70.7076-11.6521-9.6635

#8ab4be color RGB value is (138,180,190).

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

The process color (four color CMYK) of #8ab4be color hex is 0.27, 0.05, 0.00, 0.25. Web safe color of #8ab4be is #99cccc. Color #8ab4be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110100 10111110
Octal 212 264 276
Decimal 138 180 190
Hex 8A B4 BE

RGB Percentages of Color #8ab4be

%27.17
%35.43
%37.40

CMYK Percentages of Color #8ab4be

%27
%5
%0
%25

Triadic Colors of #8ab4be

#8ab4be #be8ab4 #b4be8a

Analogous Colors of #8ab4be

#8ab4be #8a9abe #8abeae

Monochromatic Colors of #8ab4be

#8ab4be

Complementary Color

#8ab4be #be948a

#8ab4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab4be Color CSS Codes

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

#8ab4be Text Font Color

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

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


#8ab4be Background Color

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

This div background color is #8ab4be


#8ab4be Border Color

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

This div border color is #8ab4be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,180,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 #8ab4be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab4be


Comments

No comments written yet.

Please login to write comment.