Color Hex Logo

#8adbdb Color Hex

#8ADBDB
(138,219,219)
0 Favorites   0 Comments

Color spaces of #8adbdb

RGB 138219219
HSL0.500.530.70
HSV180°37°86°
CMYK 0.370.000.00   0.14
XYZ48.598961.180876.2655
Yxy61.18080.26120.3288
Hunter Lab78.2182-25.9753-3.0572
CIE-Lab82.4758-24.6435-7.8317

#8adbdb color RGB value is (138,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 11011011
Octal 212 333 333
Decimal 138 219 219
Hex 8A DB DB

RGB Percentages of Color #8adbdb

%23.96
%38.02
%38.02

CMYK Percentages of Color #8adbdb

%37
%0
%0
%14

Triadic Colors of #8adbdb

#8adbdb #db8adb #dbdb8a

Analogous Colors of #8adbdb

#8adbdb #8ab3db #8adbb3

Monochromatic Colors of #8adbdb

#8adbdb

Complementary Color

#8adbdb #db8a8a

#8adbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbdb Color CSS Codes

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

#8adbdb Text Font Color

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

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


#8adbdb Background Color

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

This div background color is #8adbdb


#8adbdb Border Color

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

This div border color is #8adbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbdb


Comments

No comments written yet.

Please login to write comment.