Color Hex Logo

#8addd9 Color Hex

#8ADDD9
(138,221,217)
0 Favorites   0 Comments

Color spaces of #8addd9

RGB 138221217
HSL0.490.550.70
HSV177°38°87°
CMYK 0.380.000.02   0.13
XYZ48.862162.125975.0618
Yxy62.12590.26260.3339
Hunter Lab78.8200-27.2792-1.2890
CIE-Lab82.9803-26.0975-6.0225

#8addd9 color RGB value is (138,221,217).

#8addd9 hex color red value is 138, green value is 221 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8addd9 hue: 0.49 , saturation: 0.55 and the lightness value of 8addd9 is 0.70.

The process color (four color CMYK) of #8addd9 color hex is 0.38, 0.00, 0.02, 0.13. Web safe color of #8addd9 is #99cccc. Color #8addd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 11011001
Octal 212 335 331
Decimal 138 221 217
Hex 8A DD D9

RGB Percentages of Color #8addd9

%23.96
%38.37
%37.67

CMYK Percentages of Color #8addd9

%38
%0
%2
%13

Triadic Colors of #8addd9

#8addd9 #d98add #ddd98a

Analogous Colors of #8addd9

#8addd9 #8ab8dd #8addb0

Monochromatic Colors of #8addd9

#8addd9

Complementary Color

#8addd9 #dd8a8e

#8addd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8addd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8addd9 Color CSS Codes

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

#8addd9 Text Font Color

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

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


#8addd9 Background Color

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

This div background color is #8addd9


#8addd9 Border Color

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

This div border color is #8addd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8addd9


Comments

No comments written yet.

Please login to write comment.