Color Hex Logo

#8adbea Color Hex

#8ADBEA
(138,219,234)
0 Favorites   0 Comments

Color spaces of #8adbea

RGB 138219234
HSL0.530.700.73
HSV189°41°92°
CMYK 0.410.060.00   0.08
XYZ50.664062.006887.1401
Yxy62.00680.25360.3103
Hunter Lab78.7444-22.9561-10.4904
CIE-Lab82.9170-20.9604-15.1409

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

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

The process color (four color CMYK) of #8adbea color hex is 0.41, 0.06, 0.00, 0.08. Web safe color of #8adbea is #99ccff. Color #8adbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 11101010
Octal 212 333 352
Decimal 138 219 234
Hex 8A DB EA

RGB Percentages of Color #8adbea

%23.35
%37.06
%39.59

CMYK Percentages of Color #8adbea

%41
%6
%0
%8

Triadic Colors of #8adbea

#8adbea #ea8adb #dbea8a

Analogous Colors of #8adbea

#8adbea #8aabea #8aeac9

Monochromatic Colors of #8adbea

#8adbea

Complementary Color

#8adbea #ea998a

#8adbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbea Color CSS Codes

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

#8adbea Text Font Color

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

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


#8adbea Background Color

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

This div background color is #8adbea


#8adbea Border Color

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

This div border color is #8adbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbea


Comments

No comments written yet.

Please login to write comment.