Color Hex Logo

#8baeaf Color Hex

#8BAEAF
(139,174,175)
0 Favorites   0 Comments

Color spaces of #8baeaf

RGB 139174175
HSL0.500.180.62
HSV182°21°69°
CMYK 0.210.010.00   0.31
XYZ33.521438.856246.2907
Yxy38.85620.28250.3274
Hunter Lab62.3347-13.0949-0.3953
CIE-Lab68.6470-11.5948-4.4431

#8baeaf color RGB value is (139,174,175).

#8baeaf hex color red value is 139, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8baeaf hue: 0.50 , saturation: 0.18 and the lightness value of 8baeaf is 0.62.

The process color (four color CMYK) of #8baeaf color hex is 0.21, 0.01, 0.00, 0.31. Web safe color of #8baeaf is #999999. Color #8baeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 10101111
Octal 213 256 257
Decimal 139 174 175
Hex 8B AE AF

RGB Percentages of Color #8baeaf

%28.48
%35.66
%35.86

CMYK Percentages of Color #8baeaf

%21
%1
%0
%31

Triadic Colors of #8baeaf

#8baeaf #af8bae #aeaf8b

Analogous Colors of #8baeaf

#8baeaf #8b9caf #8baf9e

Monochromatic Colors of #8baeaf

#8baeaf

Complementary Color

#8baeaf #af8c8b

#8baeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baeaf Color CSS Codes

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

#8baeaf Text Font Color

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

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


#8baeaf Background Color

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

This div background color is #8baeaf


#8baeaf Border Color

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

This div border color is #8baeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baeaf


Comments

No comments written yet.

Please login to write comment.