Color Hex Logo

#8adbde Color Hex

#8ADBDE
(138,219,222)
0 Favorites   0 Comments

Color spaces of #8adbde

RGB 138219222
HSL0.510.560.71
HSV182°38°87°
CMYK 0.380.010.00   0.13
XYZ48.997661.340278.3646
Yxy61.34020.25970.3251
Hunter Lab78.3200-25.3890-4.4998
CIE-Lab82.5613-23.9214-9.2992

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

#8adbde hex color red value is 138, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8adbde hue: 0.51 , saturation: 0.56 and the lightness value of 8adbde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 11011110
Octal 212 333 336
Decimal 138 219 222
Hex 8A DB DE

RGB Percentages of Color #8adbde

%23.83
%37.82
%38.34

CMYK Percentages of Color #8adbde

%38
%1
%0
%13

Triadic Colors of #8adbde

#8adbde #de8adb #dbde8a

Analogous Colors of #8adbde

#8adbde #8ab1de #8adeb7

Monochromatic Colors of #8adbde

#8adbde

Complementary Color

#8adbde #de8d8a

#8adbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbde Color CSS Codes

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

#8adbde Text Font Color

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

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


#8adbde Background Color

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

This div background color is #8adbde


#8adbde Border Color

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

This div border color is #8adbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbde


Comments

No comments written yet.

Please login to write comment.