Color Hex Logo

#8adfef Color Hex

#8ADFEF
(138,223,239)
0 Favorites   0 Comments

Color spaces of #8adfef

RGB 138223239
HSL0.530.760.74
HSV190°42°94°
CMYK 0.420.070.00   0.06
XYZ52.448964.410691.3295
Yxy64.41060.25190.3094
Hunter Lab80.2562-23.7954-11.2911
CIE-Lab84.1791-21.6943-15.8942

#8adfef color RGB value is (138,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 11101111
Octal 212 337 357
Decimal 138 223 239
Hex 8A DF EF

RGB Percentages of Color #8adfef

%23.00
%37.17
%39.83

CMYK Percentages of Color #8adfef

%42
%7
%0
%6

Triadic Colors of #8adfef

#8adfef #ef8adf #dfef8a

Analogous Colors of #8adfef

#8adfef #8aadef #8aefcd

Monochromatic Colors of #8adfef

#8adfef

Complementary Color

#8adfef #ef9a8a

#8adfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfef Color CSS Codes

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

#8adfef Text Font Color

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

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


#8adfef Background Color

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

This div background color is #8adfef


#8adfef Border Color

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

This div border color is #8adfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,223,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 #8adfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfef


Comments

No comments written yet.

Please login to write comment.