Color Hex Logo

#8adace Color Hex

#8ADACE
(138,218,206)
0 Favorites   0 Comments

Color spaces of #8adace

RGB 138218206
HSL0.480.520.70
HSV171°37°85°
CMYK 0.370.000.06   0.15
XYZ46.693260.002367.5131
Yxy60.00230.26800.3444
Hunter Lab77.4612-27.95812.5472
CIE-Lab81.8394-27.1962-1.8564

#8adace color RGB value is (138,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11001110
Octal 212 332 316
Decimal 138 218 206
Hex 8A DA CE

RGB Percentages of Color #8adace

%24.56
%38.79
%36.65

CMYK Percentages of Color #8adace

%37
%0
%6
%15

Triadic Colors of #8adace

#8adace #ce8ada #dace8a

Analogous Colors of #8adace

#8adace #8abeda #8adaa6

Monochromatic Colors of #8adace

#8adace

Complementary Color

#8adace #da8a96

#8adace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adace Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adace Color CSS Codes

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

#8adace Text Font Color

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

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


#8adace Background Color

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

This div background color is #8adace


#8adace Border Color

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

This div border color is #8adace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adace


Comments

No comments written yet.

Please login to write comment.