Color Hex Logo

#8abada Color Hex

#8ABADA
(138,186,218)
0 Favorites   0 Comments

Color spaces of #8abada

RGB 138186218
HSL0.570.520.70
HSV204°37°85°
CMYK 0.370.150.00   0.15
XYZ40.695045.583072.9832
Yxy45.58300.25550.2862
Hunter Lab67.5152-10.5601-16.8312
CIE-Lab73.2741-7.9502-21.1111

#8abada color RGB value is (138,186,218).

#8abada hex color red value is 138, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8abada hue: 0.57 , saturation: 0.52 and the lightness value of 8abada is 0.70.

The process color (four color CMYK) of #8abada color hex is 0.37, 0.15, 0.00, 0.15. Web safe color of #8abada is #99cccc. Color #8abada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 11011010
Octal 212 272 332
Decimal 138 186 218
Hex 8A BA DA

RGB Percentages of Color #8abada

%25.46
%34.32
%40.22

CMYK Percentages of Color #8abada

%37
%15
%0
%15

Triadic Colors of #8abada

#8abada #da8aba #bada8a

Analogous Colors of #8abada

#8abada #8a92da #8adad2

Monochromatic Colors of #8abada

#8abada

Complementary Color

#8abada #daaa8a

#8abada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abada Color CSS Codes

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

#8abada Text Font Color

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

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


#8abada Background Color

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

This div background color is #8abada


#8abada Border Color

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

This div border color is #8abada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abada


Comments

No comments written yet.

Please login to write comment.