Color Hex Logo

#8ac5ba Color Hex

#8AC5BA
(138,197,186)
0 Favorites   0 Comments

Color spaces of #8ac5ba

RGB 138197186
HSL0.470.340.66
HSV169°30°77°
CMYK 0.300.000.06   0.23
XYZ39.310448.880953.8175
Yxy48.88090.27680.3442
Hunter Lab69.9149-21.98753.3015
CIE-Lab75.3772-21.3385-0.5844

#8ac5ba color RGB value is (138,197,186).

#8ac5ba hex color red value is 138, green value is 197 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8ac5ba hue: 0.47 , saturation: 0.34 and the lightness value of 8ac5ba is 0.66.

The process color (four color CMYK) of #8ac5ba color hex is 0.30, 0.00, 0.06, 0.23. Web safe color of #8ac5ba is #99cccc. Color #8ac5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11000101 10111010
Octal 212 305 272
Decimal 138 197 186
Hex 8A C5 BA

RGB Percentages of Color #8ac5ba

%26.49
%37.81
%35.70

CMYK Percentages of Color #8ac5ba

%30
%0
%6
%23

Triadic Colors of #8ac5ba

#8ac5ba #ba8ac5 #c5ba8a

Analogous Colors of #8ac5ba

#8ac5ba #8ab3c5 #8ac59d

Monochromatic Colors of #8ac5ba

#8ac5ba

Complementary Color

#8ac5ba #c58a95

#8ac5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ac5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ac5ba Color CSS Codes

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

#8ac5ba Text Font Color

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

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


#8ac5ba Background Color

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

This div background color is #8ac5ba


#8ac5ba Border Color

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

This div border color is #8ac5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ac5ba


Comments

No comments written yet.

Please login to write comment.