Color Hex Logo

#8adbec Color Hex

#8ADBEC
(138,219,236)
0 Favorites   0 Comments

Color spaces of #8adbec

RGB 138219236
HSL0.530.720.73
HSV190°42°93°
CMYK 0.420.070.00   0.07
XYZ50.953162.122488.6622
Yxy62.12240.25260.3079
Hunter Lab78.8178-22.5367-11.5230
CIE-Lab82.9785-20.4555-16.1099

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

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

The process color (four color CMYK) of #8adbec color hex is 0.42, 0.07, 0.00, 0.07. Web safe color of #8adbec is #99ccff. Color #8adbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 11101100
Octal 212 333 354
Decimal 138 219 236
Hex 8A DB EC

RGB Percentages of Color #8adbec

%23.27
%36.93
%39.80

CMYK Percentages of Color #8adbec

%42
%7
%0
%7

Triadic Colors of #8adbec

#8adbec #ec8adb #dbec8a

Analogous Colors of #8adbec

#8adbec #8aaaec #8aeccc

Monochromatic Colors of #8adbec

#8adbec

Complementary Color

#8adbec #ec9b8a

#8adbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbec Color CSS Codes

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

#8adbec Text Font Color

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

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


#8adbec Background Color

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

This div background color is #8adbec


#8adbec Border Color

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

This div border color is #8adbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbec


Comments

No comments written yet.

Please login to write comment.