Color Hex Logo

#8baeba Color Hex

#8BAEBA
(139,174,186)
0 Favorites   0 Comments

Color spaces of #8baeba

RGB 139174186
HSL0.540.250.64
HSV195°25°73°
CMYK 0.250.060.00   0.27
XYZ34.646439.306252.2152
Yxy39.30620.27460.3115
Hunter Lab62.6947-11.0728-5.4934
CIE-Lab68.9725-9.0894-10.0418

#8baeba color RGB value is (139,174,186).

#8baeba hex color red value is 139, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8baeba hue: 0.54 , saturation: 0.25 and the lightness value of 8baeba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 10111010
Octal 213 256 272
Decimal 139 174 186
Hex 8B AE BA

RGB Percentages of Color #8baeba

%27.86
%34.87
%37.27

CMYK Percentages of Color #8baeba

%25
%6
%0
%27

Triadic Colors of #8baeba

#8baeba #ba8bae #aeba8b

Analogous Colors of #8baeba

#8baeba #8b97ba #8bbaaf

Monochromatic Colors of #8baeba

#8baeba

Complementary Color

#8baeba #ba978b

#8baeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baeba Color CSS Codes

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

#8baeba Text Font Color

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

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


#8baeba Background Color

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

This div background color is #8baeba


#8baeba Border Color

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

This div border color is #8baeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baeba


Comments

No comments written yet.

Please login to write comment.