Color Hex Logo

#8adacc Color Hex

#8ADACC
(138,218,204)
0 Favorites   0 Comments

Color spaces of #8adacc

RGB 138218204
HSL0.470.520.70
HSV170°37°85°
CMYK 0.370.000.06   0.15
XYZ46.451759.905766.2414
Yxy59.90570.26910.3471
Hunter Lab77.3988-28.31923.4361
CIE-Lab81.7869-27.6511-0.8694

#8adacc color RGB value is (138,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11001100
Octal 212 332 314
Decimal 138 218 204
Hex 8A DA CC

RGB Percentages of Color #8adacc

%24.64
%38.93
%36.43

CMYK Percentages of Color #8adacc

%37
%0
%6
%15

Triadic Colors of #8adacc

#8adacc #cc8ada #dacc8a

Analogous Colors of #8adacc

#8adacc #8ac0da #8adaa4

Monochromatic Colors of #8adacc

#8adacc

Complementary Color

#8adacc #da8a98

#8adacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adacc Color CSS Codes

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

#8adacc Text Font Color

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

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


#8adacc Background Color

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

This div background color is #8adacc


#8adacc Border Color

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

This div border color is #8adacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adacc


Comments

No comments written yet.

Please login to write comment.