Color Hex Logo

#8baeb4 Color Hex

#8BAEB4
(139,174,180)
0 Favorites   0 Comments

Color spaces of #8baeb4

RGB 139174180
HSL0.520.210.63
HSV189°23°71°
CMYK 0.230.030.00   0.29
XYZ34.021739.056448.9255
Yxy39.05640.27890.3201
Hunter Lab62.4951-12.1929-2.6697
CIE-Lab68.7921-10.4716-6.9937

#8baeb4 color RGB value is (139,174,180).

#8baeb4 hex color red value is 139, green value is 174 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #8baeb4 hue: 0.52 , saturation: 0.21 and the lightness value of 8baeb4 is 0.63.

The process color (four color CMYK) of #8baeb4 color hex is 0.23, 0.03, 0.00, 0.29. Web safe color of #8baeb4 is #9999cc. Color #8baeb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 10110100
Octal 213 256 264
Decimal 139 174 180
Hex 8B AE B4

RGB Percentages of Color #8baeb4

%28.19
%35.29
%36.51

CMYK Percentages of Color #8baeb4

%23
%3
%0
%29

Triadic Colors of #8baeb4

#8baeb4 #b48bae #aeb48b

Analogous Colors of #8baeb4

#8baeb4 #8b9ab4 #8bb4a6

Monochromatic Colors of #8baeb4

#8baeb4

Complementary Color

#8baeb4 #b4918b

#8baeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baeb4 Color CSS Codes

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

#8baeb4 Text Font Color

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

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


#8baeb4 Background Color

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

This div background color is #8baeb4


#8baeb4 Border Color

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

This div border color is #8baeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baeb4


Comments

No comments written yet.

Please login to write comment.