Color Hex Logo

#8adddd Color Hex

#8ADDDD
(138,221,221)
0 Favorites   0 Comments

Color spaces of #8adddd

RGB 138221221
HSL0.500.550.70
HSV180°38°87°
CMYK 0.380.000.00   0.13
XYZ49.388862.336677.8357
Yxy62.33660.26050.3288
Hunter Lab78.9535-26.5093-3.1831
CIE-Lab83.0921-25.1452-7.9799

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 11011101
Octal 212 335 335
Decimal 138 221 221
Hex 8A DD DD

RGB Percentages of Color #8adddd

%23.79
%38.10
%38.10

CMYK Percentages of Color #8adddd

%38
%0
%0
%13

Triadic Colors of #8adddd

#8adddd #dd8add #dddd8a

Analogous Colors of #8adddd

#8adddd #8ab4dd #8addb4

Monochromatic Colors of #8adddd

#8adddd

Complementary Color

#8adddd #dd8a8a

#8adddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adddd Color CSS Codes

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

#8adddd Text Font Color

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

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


#8adddd Background Color

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

This div background color is #8adddd


#8adddd Border Color

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

This div border color is #8adddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adddd


Comments

No comments written yet.

Please login to write comment.