Color Hex Logo

#8adcef Color Hex

#8ADCEF
(138,220,239)
0 Favorites   0 Comments

Color spaces of #8adcef

RGB 138220239
HSL0.530.760.74
HSV191°42°94°
CMYK 0.420.080.00   0.06
XYZ51.654462.821791.0647
Yxy62.82170.25130.3056
Hunter Lab79.2601-22.3755-12.6382
CIE-Lab83.3485-20.1954-17.1438

#8adcef color RGB value is (138,220,239).

#8adcef hex color red value is 138, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8adcef hue: 0.53 , saturation: 0.76 and the lightness value of 8adcef is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 11101111
Octal 212 334 357
Decimal 138 220 239
Hex 8A DC EF

RGB Percentages of Color #8adcef

%23.12
%36.85
%40.03

CMYK Percentages of Color #8adcef

%42
%8
%0
%6

Triadic Colors of #8adcef

#8adcef #ef8adc #dcef8a

Analogous Colors of #8adcef

#8adcef #8aaaef #8aefd0

Monochromatic Colors of #8adcef

#8adcef

Complementary Color

#8adcef #ef9d8a

#8adcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adcef Color CSS Codes

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

#8adcef Text Font Color

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

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


#8adcef Background Color

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

This div background color is #8adcef


#8adcef Border Color

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

This div border color is #8adcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adcef


Comments

No comments written yet.

Please login to write comment.