Color Hex Logo

#8adadc Color Hex

#8ADADC
(138,218,220)
0 Favorites   0 Comments

Color spaces of #8adadc

RGB 138218220
HSL0.500.540.70
HSV181°37°86°
CMYK 0.370.010.00   0.14
XYZ48.470960.713476.8743
Yxy60.71340.26050.3263
Hunter Lab77.9188-25.3185-3.9521
CIE-Lab82.2244-23.9111-8.7365

#8adadc color RGB value is (138,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 11011100
Octal 212 332 334
Decimal 138 218 220
Hex 8A DA DC

RGB Percentages of Color #8adadc

%23.96
%37.85
%38.19

CMYK Percentages of Color #8adadc

%37
%1
%0
%14

Triadic Colors of #8adadc

#8adadc #dc8ada #dadc8a

Analogous Colors of #8adadc

#8adadc #8ab1dc #8adcb5

Monochromatic Colors of #8adadc

#8adadc

Complementary Color

#8adadc #dc8c8a

#8adadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adadc Color CSS Codes

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

#8adadc Text Font Color

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

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


#8adadc Background Color

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

This div background color is #8adadc


#8adadc Border Color

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

This div border color is #8adadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adadc


Comments

No comments written yet.

Please login to write comment.