Color Hex Logo

#8adabc Color Hex

#8ADABC
(138,218,188)
0 Favorites   0 Comments

Color spaces of #8adabc

RGB 138218188
HSL0.440.520.70
HSV158°37°85°
CMYK 0.370.000.14   0.15
XYZ44.629759.176956.6470
Yxy59.17690.27810.3688
Hunter Lab76.9265-31.062810.1887
CIE-Lab81.3887-31.15307.0562

#8adabc color RGB value is (138,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10111100
Octal 212 332 274
Decimal 138 218 188
Hex 8A DA BC

RGB Percentages of Color #8adabc

%25.37
%40.07
%34.56

CMYK Percentages of Color #8adabc

%37
%0
%14
%15

Triadic Colors of #8adabc

#8adabc #bc8ada #dabc8a

Analogous Colors of #8adabc

#8adabc #8ad0da #8ada94

Monochromatic Colors of #8adabc

#8adabc

Complementary Color

#8adabc #da8aa8

#8adabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adabc Color CSS Codes

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

#8adabc Text Font Color

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

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


#8adabc Background Color

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

This div background color is #8adabc


#8adabc Border Color

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

This div border color is #8adabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adabc


Comments

No comments written yet.

Please login to write comment.